@media only screen and (min-width:1025px) {
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "微软雅黑";
}
body{
	background:#fff;
}
li {
  list-style: none;
}
.clear{
  clear: both;
}
/* 头部开始 */
.index-head {
  background-color: #292b78;
  height: 80px;
}
.index-head .index-head-auto {
  height: 80px;
  width: 90%;
  max-width:1600px;
  margin: 0 auto;
}
.head-nav-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999999;
  top: 0;
}
.index-head .index-head-auto .head-logo {
  margin-top: 15px;
  float: left;
}
.mbnav{
	display:none;
}
.index-head .index-head-auto .head-nav {
  height: 80px;
  line-height: 80px;
  float: right;
  line-height: 80px;
}
.index-head .index-head-auto .head-nav a {
  padding: 30px 15px;
  color: #fff;
}
.index-head-auto .head-nav a span {
  padding: 10px 0;
}
.index-head .index-head-auto .head-nav a:hover {
  color: #f4e666;
}
.index-head-auto .head-nav .active span {
  color: #f4e666;
  border-bottom: 1px #f4e666 solid;
}
.index-head-auto .head-nav .search {
  position: relative;
}
.index-head-auto .head-nav .search-img {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 32px;
  line-height: 28px;
  transition: 0.3s;
}
.index-head-auto .head-nav .search img {
  vertical-align: text-bottom;
}
.index-head-auto .head-nav .search .search-input {
  position: absolute;
  left: -150px;
  top: 81px;
  width: 250px;
  opacity: 0;
  width: 0;
  height: 32px;
  overflow: hidden;
  transition: 0.3s;
}
.index-head-auto .head-nav .search:hover .search-img {
  background-color: #f4e666;
}
.index-head-auto .head-nav .search:hover .search-input {
  opacity: 1;
  width: 250px;
  overflow: hidden;
}
.index-head-auto .head-nav .search .search-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 30px;
  padding: 0 8px;
  outline: none;
  border: 1px #f4e666 solid;
  line-height: 28px;
}
.index-head-auto .head-nav .search .search-submit {
  position: absolute;
  left: 195px;
  height: 32px;
  padding: 0 10px;
  top: 0;
  background-color: #f4e666;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
}
/* 头部结束 */
.index-banner{
	margin-top:76px;
	overflow:hidden;
}
.wkkbanner{
	height:721px;
	width:100%;
}
.mbbanner{
	display:none;
}
.swiper-button-nextb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/nextb.svg);
    right: 20px;
}
.swiper-button-prevb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/prevb.svg);
	left:20px !important;
}
/* 公司简介开始 */
.index-about {
  padding: 30px 0;
  /* border:1px #000 solid; */
  height: 930px;
}
.index-about .index-about-auto {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.about-head {
  text-align: center;
  margin-bottom: 70px;
}
.about-head h3 {
  font-size: 28px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  display:none;
}
.about-head h2 {
  font-size: 30px;
  color: #292b78;
  padding: 12px 0;
  position: relative;
}
.about-head h2 em{
	position: relative;
    background: #fff;
    padding: 0px 30px;
    z-index: 99;
    font-style: normal;
}
.titlep {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 35px;
    line-height: 25px;
}
.about-head h2::before {
  content: "";
  width: 500px;
  height: 2px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 40px;
}
.about-head h2::after {
  content: "";
  width: 500px;
  height: 2px;
  background-color: #f4f5f9;
  position: absolute;
  left: 700px;
  top: 40px;
}
.about-head h2 span {
  border: 2px #292b78 solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.about-head p {
  color: #666;
  font-size: 14px;
}
.index-about .index-about-auto .about-content {
  position: relative;
  height: 435px;
  overflow:hidden;
}
.index-about .index-about-auto .about-content-left {
  position: absolute;
}
.index-about .index-about-auto .about-content-left .img-box {
  width: 570px;
  height: 380px;
  position: absolute;
  background-color: #d1d2e6;
}
.index-about .index-about-auto .about-content-left img {
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 15px;
}
.index-about .index-about-auto .about-content-right {
  position: absolute;
  width: 606px;
  background-color: #f9f9f9;
  padding: 28px;
  left: 520px;
  z-index: 2;
  top: 3px;
}
.index-about-auto .about-content-right .content-head h3 {
  color: #5f61bc;
  font-size: 22px;
}
.index-about-auto .about-content-right .content-head h3 span {
  width: 90px;
  border-bottom: 2px #5f61bc solid;
  display: block;
  margin-top: 8px;
  display:none;
}
.index-about-auto .about-content-right .content-head h4 {
  float: right;
  color: #a9a9a9;
  font-size: 30px;
  text-transform: uppercase;
  opacity: 0.15;
  margin-top: -47px;
  font-weight: 500;
}
.index-about-auto .about-content-right .content-text {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wow a {
  width: 100px;
  height: 32px;
  line-height: 32px;
  background-color: #5f61bc;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 14px;
  float: right;
  transition: .2s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
 .wow a:hover {
  background-color: #292b78;
  color: #fff;
}
.index-about .index-bottom {
  height: 150px;
  background-color: #292b78;
  position: relative;
}
.index-about .index-bottom .index-bottom-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 1180px;
  height: 170px;
  top: 70px;
  background-color: #fff;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
}
.index-about .index-bottom .index-bottom-content ul {
  display: flex;
  height: 170px;
  justify-content: center;
  align-items: center;
}
.index-about .index-bottom .index-bottom-content ul li {
  width: 30%;
  position: relative;
  color: #999;
  font-size:14px;
  text-align:center;
}
.index-about .index-bottom .index-bottom-content ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  right: 0;
  background-color: #ccc;
}
.index-about .index-bottom .index-bottom-content ul li span {
  display: block;
}
@font-face{
     font-family: 'hkyt'; 
     src: url('../fonts/hkyt.otf');
}
.index-about .index-bottom .index-bottom-content ul li em {
  font-size: 50px;
  color: #555;
  font-style: normal;
  font-family:"hkyt";
}
.index-about .index-bottom .index-bottom-content ul li b {
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}
/* 公司简介结束 */

/* 球馆展示开始 */
.index-qgzs {
  padding: 30px 0;
  margin-bottom:80px;
}
.index_qgzsdiv{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none
}
.index_qgzsce{
	width:720px;
	margin:0 auto;
	margin-top:10%;
}
.wkk_inhide{
	position: relative;
	z-index: 9999999;
	background: #fff;
	left: 699px;
	top: 20px;
	width: 34px;
	border-radius:50%;
	height: 34px;
}
.wkk_inhide:hover{
	background:#fff;
	cursor:pointer;
}
.index_qgzs{
	background:#fff;
}
.index_qgzs img{
	display:block;
	width:700px;
	margin:0 auto;
	border:10px solid #fff
}
.index_erweima{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none;
}
.index_erweima_auto{
	width: 320px;
    height: 337px;
    background: #fff;
    margin: auto;
    top: 30%;
    position: relative;
}
.index_erweima_content{
	width: 250px;
    margin: auto;
    display: block;
    padding-top: 3px;
}
.index_erweima_close{
	background: #292b78;
    color: #fff;
    width: 145px;
    height: 34px;
    margin: auto;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    border-radius: 2px;
	cursor:pointer
}
.index_erweima_note{
	font-size:14px;
	color:#666;
	text-align:center;
	margin-bottom:10px;
}
.index-qgzs .index-qgzs-auto {
  width: 1220px;
  margin: 0 auto;
  padding: 40px 0;
}
.index-qgzs-auto .qgzs-content .content-nav {
  padding-bottom: 50px;
}
.index-qgzs-auto .qgzs-content .content-nav ul {
  display: flex;
  justify-content: center;
}
.index-qgzs-auto .qgzs-content .content-nav ul li {

  text-align: center;
  height:38px;
  line-height:38px;
  font-size:15px;
  color: #666;
  border: 1px #eee solid;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
}
.index-qgzs-auto .qgzs-content .content-nav ul li span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #b4b5df;
  vertical-align: middle;
  width: 0;
  transition: 0.4s;
  margin: 0 5px;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active span {
  width: 20px;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover span {
  width: 20px;
}
.index-qgzs-auto .qgzs-content .content-main {
  text-align: center;
}
.index-qgzs-auto .qgzs-content .content-main .product {
  display: inline-block;
  margin-right: 15px;
  margin-bottom:19px;
}
.index-qgzs-auto .qgzs-content .content-main .product:nth-child(3n) {
  margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-main .product {
  width: 387px;
  height: 245px;
  position: relative;
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(99, 97, 188, 0.7) url(../images/prohov.png) 100% 100% no-repeat;
  background-position: center;
  transform: scale(0.1);
  transition:.2s;
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov .main-hov-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.index-qgzs-auto .qgzs-content .content-main .product:hover .main-hov {
  transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.index-qgzs-auto
  .qgzs-content
  .content-main
  .product
  .main-hov
  .main-hov-wrap
  p {
  color: #fff;
  margin-top: 10px;
  font-size:14px;
}
.index-qgzs-auto .qgzs-content .content-main {
  display: none;
}
.index-qgzs .qgzs-gd {
  line-height: 40px;
  text-align: center;
}
.index-qgzs .qgzs-gd a {
  padding: 10px 65px;
  color: #fff;
  border-radius: 5px;
  background-color: #5f61bc;
  transition: .3s;
}
.index-qgzs .qgzs-gd a:hover{
    background:#292b78;
    color:#fff;
	transition: .3s;
}
/* 球馆展示结束 */

/* 培训课程开始 */
.index-pxkc {
  padding: 30px 0;
  height: 659px;
  background: url(../images/pxkc-bg.jpg) no-repeat;
  transition: 0.4s;
}
.index-pxkc .index-pxkc-auto {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  overflow:hidden;
}
.white-head {
  text-align: center;
  margin-bottom: 50px;
}
.white-head h3 {
  font-size: 28px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.white-head h2 {
  font-size: 30px;
  color: #fff;
  padding: 12px 0;
  position: relative;
}
.white-head h2::before {
  content: "";
  width: 470px;
  height: 2px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 40px;
}
.white-head h2::after {
  content: "";
  width: 470px;
  height: 2px;
  background-color: #f4f5f9;
  position: absolute;
  left: 730px;
  top: 40px;
}
.white-head h2 span {
  border: 2px #fff solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.white-head p {
  color: #fff;
  font-size: 14px;
}
.index-pxkc .index-pxkc-auto .pxkc-content {
  width: 1140px;
  background-color: #fff;
  padding: 30px;
  overflow:hidden;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav {
  display: flex;
  justify-content: center;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso {
  width: 240px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #5f61bc;
  cursor: pointer;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(2) {
  background-color: #ffd200;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(3) {
  background-color: #7acb1b;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(4) {
  background-color: #05adeb;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(5) {
  background-color: #f96868;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(6) {
  background-color: #6d99df;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(7) {
  background-color: #f19a47;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main {
  width: 93%;
  margin: 0 auto;
  margin-top: 30px;
  display: nnoe;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left {
  width: 50%;
  float: left;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p:before{
	content: "";
	width: 7px;
    height: 7px;
    background-color: #7579ce;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right{
    width:48.7%;
    float: right;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h3 {
  color: #6267c7;
  font-size: 20px;
  line-height: 50px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h4 {
  font-size: 15px;
  color: #333;
  line-height: 40px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p {
  font-size: 15px;
  color: #666;
  line-height: 37px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p span {
  width: 7px;
  height: 7px;
  background-color: #7579ce;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* 培训课程开始 */

/* 教练团队开始  */
.index-jltd {
  padding: 30px 0;
}
.index-jltd .smallimg{
	width:281px;
}
.index-jltd .index-jltd-auto {
  width: 1220px;
  margin: 0 auto;
  padding: 40px 0;
}   
.index-jltd .index-jltd-auto .jltd-content .swiper-slide {
  position: relative;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov {
  background-color: rgb(58, 63, 134, 0.8);
  width: 243px;
  height: 236px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: auto;
  text-align: center;
  padding: 60px 20px;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov span {
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  width: 0;
  transition: 0.45s;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 20px 0;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov span {
  width: 50px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov .slide-but {
  width: 150px;
  background-color: #fff;
  padding: 7px 0;
  text-align: center;
  color: #3a3f86;
  margin: 0 auto;
  font-size:14px;
  font-weight: bold;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom {
  margin-top: 40px;
  text-align: center;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main {
  border: 1px #b2b2b2 solid;
  display: inline-block;
  width: 40px;
  padding: 10px 15px;
  vertical-align: middle;
  margin: 0 20px;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main span {
  width: 6px;
  height: 5px;
  background-color: #999;
  float: left;
  margin: 2px;
  margin-left: 4px;
}
.index-jltd
  .index-jltd-auto
  .jltd-content
  .but_bottom
  .but-main
  span:nth-child(3n) {
  margin-right: 0;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_left {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_right {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
/* 教练团队结束  */

/* 活动赛事开始 */
.index-hdss {
  padding: 30px 0;
  text-align: center;
  padding-bottom: 50px;
}
.index-hdss .index-hdss-auto {
  width: 1220px;
  margin: 0 auto;
  padding: 40px 0;
  overflow:hidden;
}
.index-hdss .index-hdss-auto .hdss-content {
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news {
  width: 366px;
  padding: 12px 10px 26px;
  background-color: #fff;
  border:1px solid #eee;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 30px;
  float:left;
  overflow:hidden;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news a{
	display:block;
	overflow:hidden;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .hdss-main {
  position: relative;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news:nth-child(3n) {
  margin-right: 0px;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news h4 {
  font-size: 16px;
  color: #666;
  margin-top: 13px;
  font-weight: 500;
  position: absolute;
  text-align: center;
  height: 41px;
  line-height: 40px;
  top: -55px;
  padding: 0px 15px;
  width:312px;
  left: 10px;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news:hover h4 {
  top: -85px;
  background-color: #5f61bc;
  color: #fff;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news:hover h4 a{
	color:#fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news img{
  transition: all .36s ease;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news:hover img{
  transition: all .36s ease;
  transform: scale(1.05);
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news p {
  width:350px;
  margin:auto;
  font-size: 13px;
  color: #999;
  line-height: 25px;
  text-align: left;
  margin-top: 45px;
  padding-bottom: 15px;
  border-bottom: 1px #f4f4f4 solid;
  margin-bottom: 25px;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .main-bot a {
  display:block;
  margin:0 auto;
  width:164px;
  height:34px;
  line-height:34px;
  font-size: 14px;
  color: #666;
  transition: 0.4s;
  border: 1px #f4f4f4 solid;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news:hover .main-bot a {
  background-color: #5f61bc;
  color: #fff;
}
.index-hdss .hdss-but a {
  padding: 10px 65px;
  color: #fff;
  border-radius: 5px;
  background-color:#5f61bc;
  transition: .3s;
}
.index-hdss .hdss-but a:hover{
    background:#292b78;
    color:#ffffff;
	transition: all .36s ease;
}
/* 活动赛事结束 */

/* 底部开始 */
.index-foot {
  margin-top: 100px;
  background: url(../images/footbg.png) no-repeat;
}
.index-foot .foot-title{
	display:none;
    color:#ffef5b;
    text-align: center;
    margin:0 auto;
    font-size:22px;
    padding-top:60px;
} 
.index-foot .foot-title span{
    font-size:30px;
    color:#ffef5b;
}
.index-foot .foot-title img{
    vertical-align:text-bottom;
    margin-bottom:-2px;
    margin-right:5px;
}
.index-foot .index-foot-auto{
    
    margin:0 auto;
}
.foot-hc-nav {
  width:1100px;
  margin: auto;
  padding-top: 105px;
  padding-bottom: 38px;
}
.foot-hc-nav li {
  width: 12.5%;
  float: left;
}
.foot-hc-nav li.foot-hc-nav-ewm {
  width: 17%;
}
.foot-hc-nav li.foot-hc-nav-ewm img{
	width:130px;
}
.foot-hc-nav li span {
  color: #ffef5b;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-bottom: 13px;
}
.foot-hc-nav li .wxgzh-p {
  text-indent: 14px;
  color: #fff;
  margin-top: 2px;
  text-align:left;
  font-size:14px;
}
.foot-hc-nav li span a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.foot-hc-nav li .foot-hc-nav-ej {
  display: block;
}
.foot-hc-nav li .foot-hc-nav-ej a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-link-nr a:hover,
.foot-hc-nav li .foot-hc-nav-ej a:hover {
  color: #ffef5b;
}
.foot-hc-nav li span b {
  display: block;
  background-color: #ffef5b;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  width: 40px;
  height: 3px;
}
.foot-hc-nav li.foot-hc-nav-lx-li {
  width: 28%;
}
.foot-hc-nav li.foot-hc-nav-lx-li p {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a {
  margin-top: 15px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a {
  display: block;
  height: 38px;
  width: 38px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1 {
  background: #62a8ea url(../images/foot-ico-1.png) center center no-repeat;
  background-size: 17px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2 {
  background: #83b944 url(../images/foot-ico-2.png) center center no-repeat;
  background-size: 20px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3 {
  background: #f96868 url(../images/foot-ico-3.png) center center no-repeat;
  background-size: 20px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1:hover {
  opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2:hover {
    opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3:hover {
    opacity: 0.8;
}
.foot-hc-bq {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  line-height: 25px;
  padding-top:25px;
  border-top: 1px solid #464892;
}
.foot-hc-bq a {
  color: #fff;
}
.foot-right {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  z-index: 999;
  opacity: 0.7;
  cursor: pointer;
  display: none;
  image-rendering: -webkit-optimize-contrast;
}
.foot-right:hover {
  opacity: 1;
}
/* 底部结束 */
.scroll{
    width:48px;
    height:48px;
    background:#fff;
    color:#fff;
    line-height:80px;
    text-align:center;
    position:fixed;
    right:30px;
    bottom:50px;
    cursor:pointer;
    font-size:14px;
    border-radius: 5px;
}
.scroll img{
    width:48px;
}

/* 分页banner开始 */
  .hc-banner{
    height:320px;
    text-align: center;
    position: relative;
    padding-top:1px;
    margin-top:80px;
  }
  .hc-banner .hc-banner-title{
    position: absolute;
    left:22%;
    top:30%;
    text-align: left;
    height: 200px;
  }
  .hc-banner .hc-banner-title h2{
    font-size:30px;
    color:#fff;
    line-height: 40px;
    font-weight:500;
  }
  .hc-banner .hc-banner-title h2 span{
    width:60px;
    height:2px;
    background-color: #fff;
    display: block;
    margin-top:10px;
	display:none;
  }
  .hc-banner .hc-banner-title p{
    color:#fff; 
    margin-top: 25px;
    font-size:15px;
  }
/* 分页banner结束 */
}

@media only screen and (max-width: 540px) and (min-width: 376px){
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "微软雅黑";
}
body{
	background:#fff;
}
li {
  list-style: none;
}
.clear{
  clear: both;
}
/* 头部开始 */
.index-head {
  background-color: #292b78;
  height: 63px;
}
.index-head .index-head-auto {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.head-nav-fixed {
  left: 0;
  width: 100%;
  z-index: 999999;
  top: 0;
}
.index-head .index-head-auto .head-logo {
  margin: 13px 0px 0px 15px;
  float: left;
}
.index-head .index-head-auto .head-logo img{
  width: 128px;
}
.mbnav{
	float: right;
    width: 23px;
    margin: 3.8% 3.8% 0 0;
    margin-top: 23px;
}
.index-head .index-head-auto .head-nav {
  height: auto;
  width: 100%;
  background: #292b78;
  position: absolute;
  top: 63px;
  z-index: 9999;
  clear: both;
  display: none;
}
.index-head .index-head-auto .head-nav a {
  width:94%;
  display:block;
  color: #fff;
  text-align:center;
  height:42px;
  line-height:42px;
  border-bottom: 1px solid #3c3e92;
  margin:auto;
}
.index-head-auto .head-nav a span {
  padding: 10px 0;
  font-size: 15px;
}
.index-head .index-head-auto .head-nav a:hover {
  color: #f4e666;
}
.index-head-auto .head-nav .active span {
  color: #f4e666;
}
.index-head-auto .head-nav .search {
  position: relative;
}
.index-head-auto .head-nav .search-img {
  display: none;
}
.index-head-auto .head-nav .search img {
  vertical-align: text-bottom;
}
.index-head-auto .head-nav .search .search-input {
  width: 245px;
  margin:auto;
  opacity: 1;
  height: 30px;
  overflow: hidden;
  transition: 0.3s;
  line-height: 30px;
  margin-top: 15px;
}
.index-head-auto .head-nav .search:hover .search-img {
  background-color: #f4e666;
}
.index-head-auto .head-nav .search:hover .search-input {
  opacity: 1;
  width: 250px;
  overflow: hidden;
}
.index-head-auto .head-nav .search .search-text {	
  width: 180px;
  height: 26px;
  padding: 0 8px;
  outline: none;
  border: 1px #f4e666 solid;
  line-height: 26px;
  font-size: 12px;
  float: left;
}
.index-head-auto .head-nav .search .search-submit {
  height: 28px;
  padding: 0 10px;
  background-color: #dbcb28;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  float: left;
}
/* 头部结束 */
.index-banner{
	overflow:hidden;
}
.mbbanner{
	width:100%;
}
.wkkbanner{
	background:none !important;
}
.swiper-button-nextb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/nextb.svg);
    right: 20px;
}
.swiper-button-prevb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/prevb.svg);
	left:20px !important;
}
.swiper-pagination-bullet{
	width:10px !important;
	height: 10px !important;
}
/* 公司简介开始 */
.index-about {
  padding: 30px 0;
  /* border:1px #000 solid; */
  height: auto;
}
.index-about .index-about-auto {
  width: 95%;
  margin: 0 auto;
  padding: 0px;
}
.about-head {
  text-align: center;
  margin-bottom: 30px;
}
.about-head h3 {
  font-size: 16px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  display:none;
}
.about-head h2 {
  font-size: 22px;
  color: #292b78;
  padding: 5px 0;
  position: relative;
}
.about-head h2 em{
	position: relative;
    background: #fff;
    padding: 0px 15px;
    z-index: 99;
    font-style: normal;
}
.titlep {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 35px;
    line-height: 25px;
}
.about-head h2::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 19px;
}
.about-head h2::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 50%;
  top: 19px;
}
.about-head h2 span {
  border: 2px #292b78 solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.about-head p {
  color: #666;
  font-size: 12px;
}
.index-about .index-about-auto .about-content {
  overflow:hidden;
  margin-bottom: 40px;
}

.index-about .index-about-auto .about-content-left .img-box {
  width: 100%;
}
.index-about .index-about-auto .about-content-left img {
	max-width:100%;
}
.index-about .index-about-auto .about-content-right {
  width: 100%;
}
.index-about-auto .about-content-right .content-head h3 {
    display: none;
}
.index-about-auto .about-content-right .content-head h3 span {
  width: 90px;
  border-bottom: 2px #5f61bc solid;
  display: block;
  margin-top: 8px;
  display:none;
}
.index-about-auto .about-content-right .content-head h4 {
  display:none;
}
.index-about-auto .about-content-right .content-text {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  padding-top: 10px;
  padding-bottom: 25px;
  width: 96%;
  margin: auto;
}
.wow a {
  width: 155px;
  height: 35px;
  line-height: 35px;
  background-color: #5f61bc;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 14px;
  transition: .2s;
  margin: auto;
  border-radius: 50px;
}

.index-about .index-bottom {
  height: auto;
}
.index-about .index-bottom .index-bottom-content {
  width: 100%;
  background-color: #f8f8f8;
  padding: 25px 0px;
}
.index-about .index-bottom .index-bottom-content ul {
  height: auto;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.index-about .index-bottom .index-bottom-content ul li {
  width:50%;
  color: #999;
  font-size:12px;
  text-align:center;
  float: left;
  margin: 18px 0px;
}
.index-about .index-bottom .index-bottom-content ul li::before {
  content: "";
  width: 1px;
  height: 51px;
  background-color: #ccc;
  float:left;
  margin-top: 4px;
}
.index-about .index-bottom .index-bottom-content ul li:nth-child(odd)::before{
	display:none;
}
.index-about .index-bottom .index-bottom-content ul li span {
  display: block;
}
@font-face{
     font-family: 'hkyt'; 
     src: url('../fonts/hkyt.otf');
}
.index-about .index-bottom .index-bottom-content ul li em {
  font-size: 36px;
  color: #555;
  font-style: normal;
  font-family:"hkyt";
}
.index-about .index-bottom .index-bottom-content ul li b {
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}
/* 公司简介结束 */

/* 球馆展示开始 */
.index-qgzs {
  padding: 30px 0;
  margin-bottom:35px;
}
.index_qgzsdiv{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none
}
.index_qgzsce{
	width:93%;
	margin:0 auto;
	margin-top:38%;
}
.wkk_inhide{
	position: relative;
	z-index: 9999999;
	background: #fff;
	left: 95%;
	top: 20px;
	width: 30px;
	border-radius:50%;
	height: 30px;
}
.wkk_inhide img{
	width:30px;
}
.wkk_inhide:hover{
	background:#fff;
	cursor:pointer;
}
.index_qgzs{
	background:#fff;
}

.index_qgzs img{
	display:block;
	width:97%;
	margin:0 auto;
	border:6px solid #fff
}
.index_erweima{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none;
}
.index_erweima_auto{
	width: 225px;
    height: 264px;
    background: #fff;
    margin: auto;
    top: 25%;
    position: relative;
}
.index_erweima_content{
	width: 188px;
    margin: auto;
    display: block;
    padding-top: 3px;
}
.index_erweima_close{
	background: #292b78;
    color: #fff;
    width: 118px;
    height: 29px;
    margin: auto;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    border-radius: 2px;
	cursor:pointer
}
.index_erweima_note{
	font-size:13px;
	color:#666;
	text-align:center;
	margin-bottom:10px;
}
.index-qgzs .index-qgzs-auto {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.index-qgzs-auto .qgzs-content .content-nav {
  padding-bottom: 22px;
  overflow: hidden;
}
.index-qgzs-auto .qgzs-content .content-nav ul {
  justify-content: center;
}
.index-qgzs-auto .qgzs-content .content-nav ul li {
  width: 49%;
  text-align: center;
  height:37px;
  line-height:37px;
  font-size:14px;
  color: #666;
  background: #eee;
  margin-bottom: 2%;
  margin-right: 2%;
  cursor: pointer;
  float:left;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:nth-child(2n){
	margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-nav ul li span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #b4b5df;
  vertical-align: middle;
  width: 0;
  transition: 0.4s;
  margin: 0 5px;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active span {
  width: 20px;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover span {
  width: 20px;
}
.index-qgzs-auto .qgzs-content .content-main {
  text-align: center;
}
.index-qgzs-auto .qgzs-content .content-main .product {
  width: 49%;
  height: auto;
  float:left;
  margin-right:2%;
  margin-bottom: 2%;
}
.index-qgzs-auto .qgzs-content .content-main .product:nth-child(2n) {
  margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-main .product img{
  width: 100%;
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov {
      display: none;
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov .main-hov-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.index-qgzs-auto .qgzs-content .content-main .product:hover .main-hov {
  transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.index-qgzs-auto
  .qgzs-content
  .content-main
  .product
  .main-hov
  .main-hov-wrap
  p {
  color: #fff;
  margin-top: 10px;
  font-size:14px;
}
.index-qgzs-auto .qgzs-content .content-main {
  display: none;
}
.index-qgzs .qgzs-gd {
  line-height: 40px;
  text-align: center;
  clear: both;
}
.index-qgzs .qgzs-gd a {
  color: #fff;
  background-color: #5f61bc;
  transition: .3s;
  width: 155px;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin: auto;
  margin-top: 25px;
  border-radius: 50px;
}
.index-qgzs .qgzs-gd a:hover{
    background:#292b78;
    color:#fff;
	transition: .3s;
}
/* 球馆展示结束 */

/* 培训课程开始 */
.index-pxkc {
  padding: 30px 0;
  height: auto;
  background: url(../images/pxkc-bgs.jpg) center center no-repeat;
  transition: 0.4s;
}
.index-pxkc .index-pxkc-auto {
  width: 100% ;
  margin: 0 auto;
  padding: 25px 0;
  overflow:hidden;
}
.white-head {
  text-align: center;
  width: 95%;
  margin: auto;
  margin-bottom: 50px;
}
.white-head h3 {
  font-size: 28px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.white-head h2 {
  font-size: 22px;
  color: #fff;
  padding: 5px 0;
  position: relative;
}
.white-head h2::before {
  content: "";
  width: 26%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 26px;
}
.white-head h2::after {
  content: "";
  width: 26%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 74%;
  top: 26px;
}
.white-head h2 span {
  border: 2px #fff solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.white-head p {
  color: #fff;
  font-size: 12px;
}
.index-pxkc .index-pxkc-auto .pxkc-content {
  width: 95%;
  background-color: #fff;
  margin:auto;
  overflow:hidden;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav {
  justify-content: center;
  width: 96%;
  margin: auto;
  height: auto;
  overflow: hidden;
  margin-top: 4px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso {
  width: 49%;
  height: 37px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  background-color: #5f61bc;
  cursor: pointer;
  margin-right:2%;
  margin-top:2%;
  float:left;
  font-size:14px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(2){
	margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(2) {
  background-color: #ffd200;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(3) {
  background-color: #7acb1b;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(4) {
  background-color: #05adeb;
  margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(5) {
  background-color: #f96868;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(6) {
  background-color: #5f61bc;
  margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main {
  width: 93%;
  margin: 0 auto;
  margin-top: 22px;
  clear: both;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left {
  width: 100%;
  margin-bottom: 15px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p:before{
	content: "";
	width: 6px;
    height: 6px;
    background-color: #7579ce;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right{
    width:100%;
	margin-bottom: 15px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right img{
	max-width:100%;
}
.wkkpxpre{
	left:83% !important;
	background-size: 81% !important;
	outline: none;
}
.wkkpxnex{
	background-size: 81% !important;
	outline: none;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h3 {
  color: #6267c7;
  font-size: 17px;
  line-height: 30px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h4 {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p span {
  width: 7px;
  height: 7px;
  background-color: #7579ce;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* 培训课程开始 */

/* 教练团队开始  */
.index-jltd {
  padding: 30px 0 0 0;
  width: 95%;
  margin: auto;
}
.index-jltd .smallimg{
	width:100%;
}
.index-jltd .index-jltd-auto {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}   
.index-jltd .index-jltd-auto .jltd-content .swiper-slide {
  position: relative;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov {
  background-color: rgb(58, 63, 134, 0.8);
  width: 243px;
  height: 236px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: auto;
  text-align: center;
  padding: 60px 20px;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  display:none;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov span {
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  width: 0;
  transition: 0.45s;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 20px 0;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov span {
  width: 50px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov .slide-but {
  width: 150px;
  background-color: #fff;
  padding: 7px 0;
  text-align: center;
  color: #3a3f86;
  margin: 0 auto;
  font-size:14px;
  font-weight: bold;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom {
  margin-top: 24px;
  text-align: center;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main {
  border: 1px #b2b2b2 solid;
  display: inline-block;
  width: 32px;
  padding: 5px 13px;
  vertical-align: middle;
  margin: 0 6px;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main span {
  width: 4px;
  height: 4px;
  background-color: #999;
  float: left;
  margin: 2px;
  margin-left: 4px;
}
.index-jltd
  .index-jltd-auto
  .jltd-content
  .but_bottom
  .but-main
  span:nth-child(3n) {
  margin-right: 0;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_left {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_right {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
/* 教练团队结束  */

/* 活动赛事开始 */
.index-hdss {
  padding: 30px 0;
  text-align: center;
  padding-bottom: 50px;
}
.index-hdss .index-hdss-auto {
  width: 95%;
  margin: 0 auto;
  padding: 0px 0 25px 0;
  overflow:hidden;
}
.index-hdss .index-hdss-auto .hdss-content {
	overflow: hidden;
	margin-top: 45px;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news {
  width: 96%;
  background-color: #fff;
  border-bottom:1px solid #eee;
  margin:auto;
  padding-bottom:8px;
  margin-bottom:16px;
  overflow:hidden;
}
.wkk-titlep{
	display:none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news a{
	display:block;
	overflow:hidden;
	width: 30%;
    float: right;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .hdss-main {
  position: relative;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news h4 a {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  text-align: left;
  width: 67%;
  float:left;
  line-height: 22px;
  margin-top: 3px;
}

.index-hdss .index-hdss-auto .hdss-content .hdss-news img{
  transition: all .36s ease;
  max-width:100%;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news p {
  display: none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .main-bot a {
  display: none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news:hover .main-bot a {
  background-color: #5f61bc;
  color: #fff;
}
.index-hdss .hdss-but a {
    color: #fff;
    width: 155px;
    background-color: #5f61bc;
    transition: .3s;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: auto;
    font-size: 14px;
	border-radius: 50px;
}
.index-hdss .hdss-but a:hover{
    background:#292b78;
    color:#ffffff;
	transition: all .36s ease;
}
/* 活动赛事结束 */

/* 底部开始 */
.index-foot {
  height: auto;
  margin-top: 10px;
  background: url(../images/footbgs.jpg) center center no-repeat;
}
.index-foot .foot-title{
	display:none;
    color:#ffef5b;
    text-align: center;
    margin:0 auto;
    font-size:22px;
    padding-top:60px;
} 
.index-foot .foot-title span{
    font-size:30px;
    color:#ffef5b;
}
.index-foot .foot-title img{
    vertical-align:text-bottom;
    margin-bottom:-2px;
    margin-right:5px;
}
.index-foot .index-foot-auto{
    width:100%;
    margin:0 auto;
}
.foot-hc-nav {
  width: 100%;
  margin: auto;
  padding-top: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid #393c92;
}
.foot-hc-nav li {
  display:none;
}
.foot-hc-nav li.foot-hc-nav-ewm {
  display: block;
  margin: auto;
  width: 96%;
  text-align: center;
  margin-bottom: 10px;
}
.foot-hc-nav li.foot-hc-nav-ewm img{
	width:130px;
}
.foot-hc-nav li span {
  color: #ffef5b;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-bottom: 13px;
  display:none;
}
.foot-hc-nav li .wxgzh-p {
  color: #fff;
  margin-top: 2px;
  text-align:center;
  font-size:14px;
}
.foot-hc-nav li span a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.foot-hc-nav li .foot-hc-nav-ej {
  display: block;
}
.foot-hc-nav li .foot-hc-nav-ej a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-link-nr a:hover,
.foot-hc-nav li .foot-hc-nav-ej a:hover {
  color: #ffef5b;
}
.foot-hc-nav li span b {
  display: block;
  background-color: #ffef5b;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  width: 40px;
  height: 3px;
}
.foot-hc-nav li.foot-hc-nav-lx-li {
  display: block;
  width: 95%;
  margin: auto;
  text-align: center;
}
.foot-hc-nav li.foot-hc-nav-lx-li p {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-nav li.foot-hc-nav-lx-li p:nth-child(1){
	display:none;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a {
  margin-top: 15px;
  overflow:hidden;
  width:115px;
  margin:auto;
  margin-top: 10px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a {
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1 {
  background: #62a8ea url(../images/foot-ico-1.png) center center no-repeat;
  background-size: 15px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2 {
  background: #83b944 url(../images/foot-ico-2.png) center center no-repeat;
  background-size: 17px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3 {
  background: #f96868 url(../images/foot-ico-3.png) center center no-repeat;
  background-size: 17px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
  margin-right: 0px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1:hover {
  opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2:hover {
    opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3:hover {
    opacity: 0.8;
}
.foot-hc-bq {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  line-height: 24px;
  width: 95%;
  margin: auto;
}
.foot-hc-bq a {
  color: #fff;
}
.foot-right {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  z-index: 999;
  opacity: 0.7;
  cursor: pointer;
  display: none;
  image-rendering: -webkit-optimize-contrast;
}
.foot-right:hover {
  opacity: 1;
}
/* 底部结束 */
.scroll{
    width:29px;
    height:29px;
    background:#fff;
    color:#fff;
    text-align:center;
    position:fixed;
    right:30px;
    bottom:50px;
    cursor:pointer;
    font-size:14px;
    border-radius: 5px;
	z-index: 99999999;
}
.scroll img{
    width:29px;
}

/* 分页banner开始 */
  .hc-banner{
    text-align: center;
	background:url(../images/gywm1s.jpg) center center no-repeat !important;
	background-size:100% !important;
	margin-top:-1px;
  }
  .hc-banner .hc-banner-title{
	padding-top: 7%;
  }
  .hc-banner .hc-banner-title h2{
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
  }
  .hc-banner .hc-banner-title h2 span{
    width:60px;
    height:2px;
    background-color: #fff;
    display: block;
    margin-top:10px;
	display:none;
  }
  .hc-banner .hc-banner-title p{
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
/* 分页banner结束 */	
}

@media only screen and (max-width: 375px) and (min-width: 321px){
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "微软雅黑";
}
body{
	background:#fff;
}
li {
  list-style: none;
}
.clear{
  clear: both;
}
/* 头部开始 */
.index-head {
  background-color: #292b78;
  height: 63px;
}
.index-head .index-head-auto {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.head-nav-fixed {
  left: 0;
  width: 100%;
  z-index: 999999;
  top: 0;
}
.index-head .index-head-auto .head-logo {
  margin: 14px 0px 0px 15px;
  float: left;
}
.index-head .index-head-auto .head-logo img{
  width: 120px;
}
.mbnav{
	    float: right;
    width: 21px;
    margin: 4.5% 4% 0 0;
    margin-top: 5.3%;
}
.index-head .index-head-auto .head-nav {
  height: auto;
  width: 100%;
  background: #292b78;
  position: absolute;
  top: 63px;
  z-index: 9999;
  clear: both;
  display: none;
}
.index-head .index-head-auto .head-nav a {
  width:94%;
  display:block;
  color: #fff;
  text-align:center;
  height:42px;
  line-height:42px;
  border-bottom: 1px solid #3c3e92;
  margin:auto;
}
.index-head-auto .head-nav a span {
  padding: 10px 0;
  font-size: 15px;
}
.index-head .index-head-auto .head-nav a:hover {
  color: #f4e666;
}
.index-head-auto .head-nav .active span {
  color: #f4e666;
}
.index-head-auto .head-nav .search {
  position: relative;
}
.index-head-auto .head-nav .search-img {
  display: none;
}
.index-head-auto .head-nav .search img {
  vertical-align: text-bottom;
}
.index-head-auto .head-nav .search .search-input {
  width: 245px;
  margin:auto;
  opacity: 1;
  height: 30px;
  overflow: hidden;
  transition: 0.3s;
  line-height: 30px;
  margin-top: 15px;
}
.index-head-auto .head-nav .search:hover .search-img {
  background-color: #f4e666;
}
.index-head-auto .head-nav .search:hover .search-input {
  opacity: 1;
  width: 250px;
  overflow: hidden;
}
.index-head-auto .head-nav .search .search-text {	
  width: 180px;
  height: 26px;
  padding: 0 8px;
  outline: none;
  border: 1px #f4e666 solid;
  line-height: 26px;
  font-size: 12px;
  float: left;
}
.index-head-auto .head-nav .search .search-submit {
  height: 28px;
  padding: 0 10px;
  background-color: #dbcb28;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  float: left;
}
/* 头部结束 */
.index-banner{
	overflow:hidden;
}
.mbbanner{
	width:100%;
}
.wkkbanner{
	background:none !important;
}
.swiper-button-nextb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/nextb.svg);
    right: 20px;
}
.swiper-button-prevb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/prevb.svg);
	left:20px !important;
}
.swiper-pagination-bullet{
	width:8px !important;
	height: 8px !important;
}
/* 公司简介开始 */
.index-about {
  padding: 30px 0;
  /* border:1px #000 solid; */
  height: auto;
}
.index-about .index-about-auto {
  width: 95%;
  margin: 0 auto;
  padding: 0px;
}
.about-head {
  text-align: center;
  margin-bottom: 30px;
}
.about-head h3 {
  font-size: 16px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  display:none;
}
.about-head h2 {
  font-size: 20px;
  color: #292b78;
  padding: 5px 0;
  position: relative;
}
.about-head h2 em{
	position: relative;
    background: #fff;
    padding: 0px 12px;
    z-index: 99;
    font-style: normal;
}
.titlep {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 35px;
    line-height: 25px;
}
.about-head h2::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 19px;
}
.about-head h2::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 50%;
  top: 19px;
}
.about-head h2 span {
  border: 2px #292b78 solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.about-head p {
  color: #666;
  font-size: 12px;
}
.index-about .index-about-auto .about-content {
  overflow:hidden;
  margin-bottom: 40px;
}

.index-about .index-about-auto .about-content-left .img-box {
  width: 100%;
}
.index-about .index-about-auto .about-content-left img {
	max-width:100%;
}
.index-about .index-about-auto .about-content-right {
  width: 100%;
}
.index-about-auto .about-content-right .content-head h3 {
    display: none;
}
.index-about-auto .about-content-right .content-head h3 span {
  width: 90px;
  border-bottom: 2px #5f61bc solid;
  display: block;
  margin-top: 8px;
  display:none;
}
.index-about-auto .about-content-right .content-head h4 {
  display:none;
}
.index-about-auto .about-content-right .content-text {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  padding-top: 10px;
  padding-bottom: 25px;
  width: 96%;
  margin: auto;
}
.wow a {
  width: 145px;
  height: 34px;
  line-height: 34px;
  background-color: #5f61bc;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 14px;
  transition: .2s;
  margin: auto;
  border-radius: 50px;
}

.index-about .index-bottom {
  height: auto;
}
.index-about .index-bottom .index-bottom-content {
  width: 100%;
  background-color: #f8f8f8;
  padding:20px 0px;
}
.index-about .index-bottom .index-bottom-content ul {
  height: auto;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.index-about .index-bottom .index-bottom-content ul li {
  width:50%;
  color: #999;
  font-size:12px;
  text-align:center;
  float: left;
  margin: 18px 0px;
}
.index-about .index-bottom .index-bottom-content ul li::before {
  content: "";
  width: 1px;
  height: 51px;
  background-color: #ccc;
  float:left;
  margin-top: 4px;
}
.index-about .index-bottom .index-bottom-content ul li:nth-child(odd)::before{
	display:none;
}
.index-about .index-bottom .index-bottom-content ul li span {
  display: block;
}
@font-face{
     font-family: 'hkyt'; 
     src: url('../fonts/hkyt.otf');
}
.index-about .index-bottom .index-bottom-content ul li em {
  font-size: 36px;
  color: #555;
  font-style: normal;
  font-family:"hkyt";
}
.index-about .index-bottom .index-bottom-content ul li b {
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}
/* 公司简介结束 */

/* 球馆展示开始 */
.index-qgzs {
  padding: 30px 0;
  margin-bottom:35px;
}
.index_qgzsdiv{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none
}
.index_qgzsce{
	width:93%;
	margin:0 auto;
	margin-top:38%;
}
.wkk_inhide{
	position: relative;
	z-index: 9999999;
	background: #fff;
	left: 95%;
	top: 20px;
	width: 30px;
	border-radius:50%;
	height: 30px;
}
.wkk_inhide img{
	width:30px;
}
.wkk_inhide:hover{
	background:#fff;
	cursor:pointer;
}
.index_qgzs{
	background:#fff;
}

.index_qgzs img{
	display:block;
	width:97%;
	margin:0 auto;
	border:6px solid #fff
}
.index_erweima{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none;
}
.index_erweima_auto{
	width: 225px;
    height: 264px;
    background: #fff;
    margin: auto;
    top: 25%;
    position: relative;
}
.index_erweima_content{
	width: 188px;
    margin: auto;
    display: block;
    padding-top: 3px;
}
.index_erweima_close{
	background: #292b78;
    color: #fff;
    width: 118px;
    height: 29px;
    margin: auto;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    border-radius: 2px;
	cursor:pointer
}
.index_erweima_note{
	font-size:13px;
	color:#666;
	text-align:center;
	margin-bottom:10px;
}
.index-qgzs .index-qgzs-auto {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.index-qgzs-auto .qgzs-content .content-nav {
  padding-bottom: 22px;
  overflow: hidden;
}
.index-qgzs-auto .qgzs-content .content-nav ul {
  justify-content: center;
}
.index-qgzs-auto .qgzs-content .content-nav ul li {
  width: 49%;
  text-align: center;
  height:37px;
  line-height:37px;
  font-size:14px;
  color: #666;
  background: #eee;
  margin-bottom: 2%;
  margin-right: 2%;
  cursor: pointer;
  float:left;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:nth-child(2n){
	margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-nav ul li span {
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #b4b5df;
  vertical-align: middle;
  width: 0;
  transition: 0.4s;
  margin: 0 5px;
  display: none;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active span {
  width: 12px;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover span {
  width: 12px;
}
.index-qgzs-auto .qgzs-content .content-main {
  text-align: center;
}
.index-qgzs-auto .qgzs-content .content-main .product {
  width: 49%;
  height: auto;
  float:left;
  margin-right:2%;
  margin-bottom: 2%;
}
.index-qgzs-auto .qgzs-content .content-main .product:nth-child(2n) {
  margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-main .product img{
  width: 100%;
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov {
      display: none;
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov .main-hov-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.index-qgzs-auto .qgzs-content .content-main .product:hover .main-hov {
  transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.index-qgzs-auto
  .qgzs-content
  .content-main
  .product
  .main-hov
  .main-hov-wrap
  p {
  color: #fff;
  margin-top: 10px;
  font-size:14px;
}
.index-qgzs-auto .qgzs-content .content-main {
  display: none;
}
.index-qgzs .qgzs-gd {
  line-height: 40px;
  text-align: center;
  clear: both;
}
.index-qgzs .qgzs-gd a {
    color: #fff;
    background-color: #5f61bc;
    transition: .3s;
    width: 145px;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin: auto;
    margin-top: 25px;
    border-radius: 50px;
}
.index-qgzs .qgzs-gd a:hover{
    background:#292b78;
    color:#fff;
	transition: .3s;
}
/* 球馆展示结束 */

/* 培训课程开始 */
.index-pxkc {
  padding: 30px 0;
  height: auto;
  background: url(../images/pxkc-bgs.jpg) center center no-repeat;
  transition: 0.4s;
}
.index-pxkc .index-pxkc-auto {
  width: 100% ;
  margin: 0 auto;
  padding: 25px 0;
  overflow:hidden;
}
.white-head {
  text-align: center;
  width: 95%;
  margin: auto;
  margin-bottom: 50px;
}
.white-head h3 {
  font-size: 28px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.white-head h2 {
  font-size: 20px;
  color: #fff;
  padding: 5px 0;
  position: relative;
}
.white-head h2::before {
  content: "";
  width: 27%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 19px;
}
.white-head h2::after {
  content: "";
  width: 27%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 73%;
  top: 19px;
}
.white-head h2 span {
  border: 2px #fff solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.white-head p {
  color: #fff;
  font-size: 12px;
}
.index-pxkc .index-pxkc-auto .pxkc-content {
  width: 95%;
  background-color: #fff;
  margin:auto;
  overflow:hidden;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav {
  justify-content: center;
  width: 96%;
  margin: auto;
  height: auto;
  overflow: hidden;
  margin-top: 4px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso {
  width: 49%;
  height: 37px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  background-color: #5f61bc;
  cursor: pointer;
  margin-right:2%;
  margin-top:2%;
  float:left;
  font-size:14px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(2){
	margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(2) {
  background-color: #ffd200;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(3) {
  background-color: #7acb1b;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(4) {
  background-color: #05adeb;
  margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(5) {
  background-color: #f96868;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(6) {
  background-color: #5f61bc;
  margin-right:0;
}

.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main {
  width: 93%;
  margin: 0 auto;
  margin-top: 22px;
  clear: both;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left {
  width: 100%;
  margin-bottom: 15px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p:before{
	content: "";
	width: 6px;
    height: 6px;
    background-color: #7579ce;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right{
    width:100%;
	margin-bottom: 15px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right img{
	max-width:100%;
}
.wkkpxpre{
	left:81% !important;
	background-size: 78% !important;
	outline: none;
}
.wkkpxnex{
	background-size: 78% !important;
	outline: none;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h3 {
  color: #6267c7;
  font-size: 17px;
  line-height: 30px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h4 {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p span {
  width: 7px;
  height: 7px;
  background-color: #7579ce;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* 培训课程开始 */

/* 教练团队开始  */
.index-jltd {
  padding: 30px 0 0 0;
  width: 95%;
  margin: auto;
}
.index-jltd .smallimg{
	width:100%;
}
.index-jltd .index-jltd-auto {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  padding-top: 28px;
}   
.index-jltd .index-jltd-auto .jltd-content .swiper-slide {
  position: relative;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov {
  background-color: rgb(58, 63, 134, 0.8);
  width: 243px;
  height: 236px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: auto;
  text-align: center;
  padding: 60px 20px;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  display:none
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov span {
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  width: 0;
  transition: 0.45s;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 20px 0;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov span {
  width: 50px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov .slide-but {
  width: 150px;
  background-color: #fff;
  padding: 7px 0;
  text-align: center;
  color: #3a3f86;
  margin: 0 auto;
  font-size:14px;
  font-weight: bold;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom {
  margin-top: 24px;
  text-align: center;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main {
  border: 1px #b2b2b2 solid;
  display: inline-block;
  width: 32px;
  padding: 5px 13px;
  vertical-align: middle;
  margin: 0 6px;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main span {
  width: 4px;
  height: 4px;
  background-color: #999;
  float: left;
  margin: 2px;
  margin-left: 4px;
}
.index-jltd
  .index-jltd-auto
  .jltd-content
  .but_bottom
  .but-main
  span:nth-child(3n) {
  margin-right: 0;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_left {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_right {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
/* 教练团队结束  */

/* 活动赛事开始 */
.index-hdss {
  padding: 20px 0 30px 0;
  text-align: center;
  padding-bottom: 50px;
}
.index-hdss .index-hdss-auto {
  width: 95%;
  margin: 0 auto;
  padding: 0px 0 25px 0;
  overflow:hidden;
}
.index-hdss .index-hdss-auto .hdss-content {
	overflow: hidden;
	margin-top: 45px;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news {
  width: 96%;
  background-color: #fff;
  border-bottom:1px solid #eee;
  margin:auto;
  padding-bottom:8px;
  margin-bottom:16px;
  overflow:hidden;
}
.wkk-titlep{
	display:none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news a{
	display:block;
	overflow:hidden;
	width: 30%;
    float: right;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .hdss-main {
  position: relative;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news h4 a {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  text-align: left;
  width: 67%;
  float:left;
  line-height: 22px;
  margin-top: 3px;
}

.index-hdss .index-hdss-auto .hdss-content .hdss-news img{
  transition: all .36s ease;
  max-width:100%;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news p {
  display: none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .main-bot a {
  display: none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news:hover .main-bot a {
  background-color: #5f61bc;
  color: #fff;
}
.index-hdss .hdss-but a {
    color: #fff;
    width: 145px;
    background-color: #5f61bc;
    transition: .3s;
    display: block;
    height: 34px;
    line-height: 34px;
    margin: auto;
    font-size: 14px;
	border-radius: 50px;
}
.index-hdss .hdss-but a:hover{
    background:#292b78;
    color:#ffffff;
	transition: all .36s ease;
}
/* 活动赛事结束 */

/* 底部开始 */
.index-foot {
  height: auto;
  margin-top: 10px;
  background: url(../images/footbgs.jpg) center center no-repeat;
}
.index-foot .foot-title{
	display:none;
    color:#ffef5b;
    text-align: center;
    margin:0 auto;
    font-size:22px;
    padding-top:60px;
} 
.index-foot .foot-title span{
    font-size:30px;
    color:#ffef5b;
}
.index-foot .foot-title img{
    vertical-align:text-bottom;
    margin-bottom:-2px;
    margin-right:5px;
}
.index-foot .index-foot-auto{
    width:100%;
    margin:0 auto;
}
.foot-hc-nav {
  width: 100%;
  margin: auto;
  padding-top: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid #393c92;
}
.foot-hc-nav li {
  display:none;
}
.foot-hc-nav li.foot-hc-nav-ewm {
  display: block;
  margin: auto;
  width: 96%;
  text-align: center;
  margin-bottom: 10px;
}
.foot-hc-nav li.foot-hc-nav-ewm img{
	width:130px;
}
.foot-hc-nav li span {
  color: #ffef5b;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-bottom: 13px;
  display:none;
}
.foot-hc-nav li .wxgzh-p {
  color: #fff;
  margin-top: 2px;
  text-align:center;
  font-size:14px;
}
.foot-hc-nav li span a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.foot-hc-nav li .foot-hc-nav-ej {
  display: block;
}
.foot-hc-nav li .foot-hc-nav-ej a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-link-nr a:hover,
.foot-hc-nav li .foot-hc-nav-ej a:hover {
  color: #ffef5b;
}
.foot-hc-nav li span b {
  display: block;
  background-color: #ffef5b;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  width: 40px;
  height: 3px;
}
.foot-hc-nav li.foot-hc-nav-lx-li {
  display: block;
  width: 95%;
  margin: auto;
  text-align: center;
}
.foot-hc-nav li.foot-hc-nav-lx-li p {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-nav li.foot-hc-nav-lx-li p:nth-child(1){
	display:none;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a {
  margin-top: 15px;
  overflow:hidden;
  width:115px;
  margin:auto;
  margin-top: 10px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a {
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1 {
  background: #62a8ea url(../images/foot-ico-1.png) center center no-repeat;
  background-size: 15px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2 {
  background: #83b944 url(../images/foot-ico-2.png) center center no-repeat;
  background-size: 17px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3 {
  background: #f96868 url(../images/foot-ico-3.png) center center no-repeat;
  background-size: 17px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
  margin-right: 0px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1:hover {
  opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2:hover {
    opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3:hover {
    opacity: 0.8;
}
.foot-hc-bq {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  line-height: 24px;
  width: 95%;
  margin: auto;
}
.foot-hc-bq a {
  color: #fff;
}
.foot-right {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  z-index: 999;
  opacity: 0.7;
  cursor: pointer;
  display: none;
  image-rendering: -webkit-optimize-contrast;
}
.foot-right:hover {
  opacity: 1;
}
/* 底部结束 */
.scroll{
    width:29px;
    height:29px;
    background:#fff;
    color:#fff;
    text-align:center;
    position:fixed;
    right:30px;
    bottom:50px;
    cursor:pointer;
    font-size:14px;
    border-radius: 5px;
	z-index: 99999999;
}
.scroll img{
    width:29px;
}

/* 分页banner开始 */
  .hc-banner{
    text-align: center;
	background:url(../images/gywm1s.jpg) center center no-repeat !important;
	background-size:100% !important;
	margin-top:-1px;
  }
  .hc-banner .hc-banner-title{
	padding-top: 7%;
  }
  .hc-banner .hc-banner-title h2{
    font-size: 18px;
    color: #fff;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
  }
  .hc-banner .hc-banner-title h2 span{
    width:60px;
    height:2px;
    background-color: #fff;
    display: block;
    margin-top:10px;
	display:none;
  }
  .hc-banner .hc-banner-title p{
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
/* 分页banner结束 */	
}

@media only screen and (max-width: 320px) and (min-width: 300px){
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "微软雅黑";
}
body{
	background:#fff;
}
li {
  list-style: none;
}
.clear{
  clear: both;
}
/* 头部开始 */
.index-head {
  background-color: #292b78;
  height: 55px;
}
.index-head .index-head-auto {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.head-nav-fixed {
  left: 0;
  width: 100%;
  z-index: 999999;
  top: 0;
}
.index-head .index-head-auto .head-logo {
  margin: 12px 0px 0px 15px;
  float: left;
}
.index-head .index-head-auto .head-logo img{
  width: 110px;
}
.mbnav{
	    float: right;
    width: 19px;
    margin: 4.5% 4% 0 0;
    margin-top: 5.6%;
}
.index-head .index-head-auto .head-nav {
  height: auto;
  width: 100%;
  background: #292b78;
  position: absolute;
  top: 55px;
  z-index: 9999;
  clear: both;
  display: none;
}
.index-head .index-head-auto .head-nav a {
  width:94%;
  display:block;
  color: #fff;
  text-align:center;
  height:38px;
  line-height:38px;
  border-bottom: 1px solid #3c3e92;
  margin:auto;
}
.index-head-auto .head-nav a span {
  padding: 10px 0;
  font-size: 14px;
}
.index-head .index-head-auto .head-nav a:hover {
  color: #f4e666;
}
.index-head-auto .head-nav .active span {
  color: #f4e666;
}
.index-head-auto .head-nav .search {
  position: relative;
}
.index-head-auto .head-nav .search-img {
  display: none;
}
.index-head-auto .head-nav .search img {
  vertical-align: text-bottom;
}
.index-head-auto .head-nav .search .search-input {
  width: 200px;
  margin:auto;
  opacity: 1;
  height: 30px;
  overflow: hidden;
  transition: 0.3s;
  line-height: 30px;
  margin-top: 15px;
}
.index-head-auto .head-nav .search:hover .search-img {
  background-color: #f4e666;
}
.index-head-auto .head-nav .search:hover .search-input {
  opacity: 1;
  width: 200px;
  overflow: hidden;
}
.index-head-auto .head-nav .search .search-text {	
   width: 138px;
    height: 23px;
    padding: 0 8px;
    outline: none;
    border: 1px #f4e666 solid;
    line-height: 23px;
    font-size: 12px;
    float: left;
}
.index-head-auto .head-nav .search .search-submit {
  height: 25px;
  padding: 0 10px;
  background-color: #dbcb28;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  float: left;
  font-size: 12px;
}
/* 头部结束 */
.index-banner{
	overflow:hidden;
}
.mbbanner{
	width:100%;
}
.wkkbanner{
	background:none !important;
}
.swiper-button-nextb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/nextb.svg);
    right: 20px;
}
.swiper-button-prevb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/prevb.svg);
	left:20px !important;
}
.swiper-pagination-bullet{
	width:8px !important;
	height: 8px !important;
}
/* 公司简介开始 */
.index-about {
  padding: 30px 0;
  /* border:1px #000 solid; */
  height: auto;
}
.index-about .index-about-auto {
  width: 95%;
  margin: 0 auto;
  padding: 0px;
}
.about-head {
  text-align: center;
  margin-bottom: 20px;
}
.about-head h3 {
  font-size: 14px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  display:none;
}
.about-head h2 {
  font-size: 18px;
  color: #292b78;
  padding: 5px 0;
  position: relative;
}
.about-head h2 em{
	position: relative;
    background: #fff;
    padding: 0px 12px;
    z-index: 99;
    font-style: normal;
}
.titlep {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 35px;
    line-height: 25px;
}
.about-head h2::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 19px;
}
.about-head h2::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 50%;
  top: 19px;
}
.about-head h2 span {
  border: 2px #292b78 solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.about-head p {
  color: #666;
  font-size: 12px;
}
.index-about .index-about-auto .about-content {
  overflow:hidden;
  margin-bottom: 40px;
}

.index-about .index-about-auto .about-content-left .img-box {
  width: 100%;
}
.index-about .index-about-auto .about-content-left img {
	max-width:100%;
}
.index-about .index-about-auto .about-content-right {
  width: 100%;
}
.index-about-auto .about-content-right .content-head h3 {
    display: none;
}
.index-about-auto .about-content-right .content-head h3 span {
  width: 90px;
  border-bottom: 2px #5f61bc solid;
  display: block;
  margin-top: 8px;
  display:none;
}
.index-about-auto .about-content-right .content-head h4 {
  display:none;
}
.index-about-auto .about-content-right .content-text {
  line-height: 23px;
  font-size: 12px;
  color: #666;
  text-indent: 2em;
  padding-top: 10px;
  padding-bottom: 22px;
  width: 96%;
  margin: auto;
}
.wow a {
  width: 130px;
    height: 30px;
    line-height: 30px;
    background-color: #5f61bc;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 13px;
    transition: .2s;
    margin: auto;
    border-radius: 50px;
}

.index-about .index-bottom {
  height: auto;
}
.index-about .index-bottom .index-bottom-content {
  width: 100%;
  background-color: #f8f8f8;
  padding:16px 0px;
}
.index-about .index-bottom .index-bottom-content ul {
  height: auto;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.index-about .index-bottom .index-bottom-content ul li {
  width:50%;
  color: #999;
  font-size:12px;
  text-align:center;
  float: left;
  margin: 12px 0px;
}
.index-about .index-bottom .index-bottom-content ul li::before {
  content: "";
    width: 1px;
    height: 36px;
    background-color: #ccc;
    float: left;
    margin-top: 8px;
}
.index-about .index-bottom .index-bottom-content ul li:nth-child(odd)::before{
	display:none;
}
.index-about .index-bottom .index-bottom-content ul li span {
  display: block;
}
@font-face{
     font-family: 'hkyt'; 
     src: url('../fonts/hkyt.otf');
}
.index-about .index-bottom .index-bottom-content ul li em {
  font-size: 32px;
  color: #555;
  font-style: normal;
  font-family:"hkyt";
}
.index-about .index-bottom .index-bottom-content ul li b {
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}
/* 公司简介结束 */

/* 球馆展示开始 */
.index-qgzs {
  padding: 15px 0;
  margin-bottom:35px;
}
.index_qgzsdiv{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none
}
.index_qgzsce{
	width:93%;
	margin:0 auto;
	margin-top:38%;
}
.wkk_inhide{
	    position: relative;
    z-index: 9999999;
    background: #fff;
    left: 94%;
    top: 16px;
    width: 27px;
    border-radius: 50%;
    height: 27px;
}
.wkk_inhide img{
	width:27px;
}
.wkk_inhide:hover{
	background:#fff;
	cursor:pointer;
}
.index_qgzs{
	background:#fff;
}

.index_qgzs img{
	display:block;
	width:97%;
	margin:0 auto;
	border:5px solid #fff
}
.index_erweima{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none;
}
.index_erweima_auto{
	width: 225px;
    height: 264px;
    background: #fff;
    margin: auto;
    top: 25%;
    position: relative;
}
.index_erweima_content{
	width: 188px;
    margin: auto;
    display: block;
    padding-top: 3px;
}
.index_erweima_close{
	background: #292b78;
    color: #fff;
    width: 118px;
    height: 29px;
    margin: auto;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    border-radius: 2px;
	cursor:pointer
}
.index_erweima_note{
	font-size:13px;
	color:#666;
	text-align:center;
	margin-bottom:10px;
}
.index-qgzs .index-qgzs-auto {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.index-qgzs-auto .qgzs-content .content-nav {
  padding-bottom: 8px;
  overflow: hidden;
}
.index-qgzs-auto .qgzs-content .content-nav ul {
  justify-content: center;
}
.index-qgzs-auto .qgzs-content .content-nav ul li {
  width: 49%;
  text-align: center;
  height:32px;
  line-height:32px;
  font-size:13px;
  color: #666;
  background: #eee;
  margin-bottom: 2%;
  margin-right: 2%;
  cursor: pointer;
  float:left;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:nth-child(2n){
	margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-nav ul li span {
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #b4b5df;
  vertical-align: middle;
  width: 0;
  transition: 0.4s;
  margin: 0 5px;
  display: none;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active span {
  width: 12px;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover span {
  width: 12px;
}
.index-qgzs-auto .qgzs-content .content-main {
  text-align: center;
}
.index-qgzs-auto .qgzs-content .content-main .product {
  width: 49%;
  height: auto;
  float:left;
  margin-right:2%;
  margin-bottom: 1%;
}
.index-qgzs-auto .qgzs-content .content-main .product:nth-child(2n) {
  margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-main .product img{
  width: 100%;
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(99, 97, 188, 0.7) url(../images/prohov.png) 100% 100% no-repeat;
  background-position: center;
  transform: scale(0.1);
  transition:.2s;
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  display:none
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov .main-hov-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.index-qgzs-auto .qgzs-content .content-main .product:hover .main-hov {
  transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.index-qgzs-auto
  .qgzs-content
  .content-main
  .product
  .main-hov
  .main-hov-wrap
  p {
  color: #fff;
  margin-top: 10px;
  font-size:14px;
}
.index-qgzs-auto .qgzs-content .content-main {
  display: none;
}
.index-qgzs .qgzs-gd {
  line-height: 40px;
  text-align: center;
  clear: both;
}
.index-qgzs .qgzs-gd a {
    color: #fff;
    background-color: #5f61bc;
    transition: .3s;
    width: 130px;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin: auto;
    margin-top: 25px;
    border-radius: 50px;
}
.index-qgzs .qgzs-gd a:hover{
    background:#292b78;
    color:#fff;
	transition: .3s;
}
/* 球馆展示结束 */

/* 培训课程开始 */
.index-pxkc {
  padding: 30px 0 9px 0;
  height: auto;
  background: url(../images/pxkc-bgs.jpg) center center no-repeat;
  transition: 0.4s;
}
.index-pxkc .index-pxkc-auto {
  width: 100% ;
  margin: 0 auto;
  padding: 6px 0;
  overflow:hidden;
}
.white-head {
  text-align: center;
  width: 95%;
  margin: auto;
  margin-bottom: 28px;
}
.white-head h3 {
  font-size: 28px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.white-head h2 {
  font-size: 18px;
  color: #fff;
  padding: 5px 0;
  position: relative;
}
.white-head h2::before {
  content: "";
  width: 26%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 19px;
}
.white-head h2::after {
  content: "";
  width: 26%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 74%;
  top: 19px;
}
.white-head h2 span {
  border: 2px #fff solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.white-head p {
  color: #fff;
  font-size: 12px;
}
.index-pxkc .index-pxkc-auto .pxkc-content {
  width: 95%;
  background-color: #fff;
  margin:auto;
  overflow:hidden;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav {
  justify-content: center;
  width: 96%;
  margin: auto;
  height: auto;
  overflow: hidden;
  margin-top: 4px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso {
  width: 49%;
  height: 31px;
  line-height: 31px;
  color: #fff;
  text-align: center;
  background-color: #5f61bc;
  cursor: pointer;
  margin-right:2%;
  margin-top:2%;
  float:left;
  font-size:13px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(2){
	margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(2) {
  background-color: #ffd200;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(3) {
  background-color: #7acb1b;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(4) {
  background-color: #05adeb;
  margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(5) {
  background-color: #f96868;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(6) {
  background-color: #5f61bc;
  margin-right:0;
}

.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main {
  width: 93%;
  margin: 0 auto;
  margin-top: 22px;
  clear: both;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left {
  width: 100%;
  margin-bottom: 15px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p:before{
	    content: "";
    width: 5px;
    height: 5px;
    background-color: #7579ce;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right{
    width:100%;
	margin-bottom: 8px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right img{
	max-width:100%;
}
.wkkpxpre{
	left:78% !important;
	background-size: 75% !important;
	outline: none;
}
.wkkpxnex{
	background-size: 75% !important;
	outline: none;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h3 {
  color: #6267c7;
  font-size: 16px;
  line-height: 30px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h4 {
  font-size: 12px;
    color: #333;
    line-height: 24px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p {
  font-size: 12px;
  color: #666;
  line-height: 26px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p span {
  width: 7px;
  height: 7px;
  background-color: #7579ce;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* 培训课程开始 */

/* 教练团队开始  */
.index-jltd {
  padding: 15px 0 0 0;
  width: 95%;
  margin: auto;
}
.index-jltd .smallimg{
	width:100%;
}
.index-jltd .index-jltd-auto {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  padding-top: 28px;
}   
.index-jltd .index-jltd-auto .jltd-content .swiper-slide {
  position: relative;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov {
  background-color: rgb(58, 63, 134, 0.8);
  width: 243px;
  height: 236px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: auto;
  text-align: center;
  padding: 60px 20px;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  display:none;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov span {
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  width: 0;
  transition: 0.45s;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 20px 0;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov span {
  width: 50px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov .slide-but {
  width: 150px;
  background-color: #fff;
  padding: 7px 0;
  text-align: center;
  color: #3a3f86;
  margin: 0 auto;
  font-size:14px;
  font-weight: bold;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom {
  margin-top: 18px;
  text-align: center;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main {
  border: 1px #b2b2b2 solid;
    display: inline-block;
    width: 30px;
    padding: 3px 5px;
    vertical-align: middle;
    margin: 0px 3px;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main span {
  width: 3px;
    height: 3px;
    background-color: #999;
    float: left;
    margin: 2px;
    margin-left: 4px;
}
.index-jltd
  .index-jltd-auto
  .jltd-content
  .but_bottom
  .but-main
  span:nth-child(3n) {
  margin-right: 0;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_left {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_right {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
/* 教练团队结束  */

/* 活动赛事开始 */
.index-hdss {
  padding:15px 0 30px 0;
  text-align: center;
  padding-bottom: 38px;
}
.index-hdss .index-hdss-auto {
  width: 95%;
  margin: 0 auto;
  padding: 0px 0 20px 0;
  overflow:hidden;
}
.index-hdss .index-hdss-auto .hdss-content {
	overflow: hidden;
	margin-top: 45px;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news {
  width: 96%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: 13px;
    overflow: hidden;
}
.wkk-titlep{
	display:none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news a{
	display:block;
	overflow:hidden;
	width: 30%;
    float: right;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .hdss-main {
  position: relative;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news h4 a {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  text-align: left;
  width: 67%;
  float:left;
  line-height: 22px;
  margin-top: 3px;
}

.index-hdss .index-hdss-auto .hdss-content .hdss-news img{
  transition: all .36s ease;
  max-width:100%;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news p {
  display: none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .main-bot a {
  display: none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news:hover .main-bot a {
  background-color: #5f61bc;
  color: #fff;
}
.index-hdss .hdss-but a {
    color: #fff;
    width: 130px;
    background-color: #5f61bc;
    transition: .3s;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: auto;
    font-size: 13px;
	border-radius: 50px;
}
.index-hdss .hdss-but a:hover{
    background:#292b78;
    color:#ffffff;
	transition: all .36s ease;
}
/* 活动赛事结束 */

/* 底部开始 */
.index-foot {
  height: auto;
  margin-top: 10px;
  background: url(../images/footbgs.jpg) center center no-repeat;
}
.index-foot .foot-title{
	display:none;
    color:#ffef5b;
    text-align: center;
    margin:0 auto;
    font-size:22px;
    padding-top:60px;
} 
.index-foot .foot-title span{
    font-size:30px;
    color:#ffef5b;
}
.index-foot .foot-title img{
    vertical-align:text-bottom;
    margin-bottom:-2px;
    margin-right:5px;
}
.index-foot .index-foot-auto{
    width:100%;
    margin:0 auto;
}
.foot-hc-nav {
  width: 100%;
  margin: auto;
  padding-top: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid #393c92;
}
.foot-hc-nav li {
  display:none;
}
.foot-hc-nav li.foot-hc-nav-ewm {
  display: block;
  margin: auto;
  width: 96%;
  text-align: center;
  margin-bottom: 10px;
}
.foot-hc-nav li.foot-hc-nav-ewm img{
	width:120px;
}
.foot-hc-nav li span {
  color: #ffef5b;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-bottom: 13px;
  display:none;
}
.foot-hc-nav li .wxgzh-p {
  color: #fff;
  margin-top: 2px;
  text-align:center;
  font-size:13px;
}
.foot-hc-nav li span a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.foot-hc-nav li .foot-hc-nav-ej {
  display: block;
}
.foot-hc-nav li .foot-hc-nav-ej a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-link-nr a:hover,
.foot-hc-nav li .foot-hc-nav-ej a:hover {
  color: #ffef5b;
}
.foot-hc-nav li span b {
  display: block;
  background-color: #ffef5b;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  width: 40px;
  height: 3px;
}
.foot-hc-nav li.foot-hc-nav-lx-li {
  display: block;
  width: 95%;
  margin: auto;
  text-align: center;
}
.foot-hc-nav li.foot-hc-nav-lx-li p {
  display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 13px;
}
.foot-hc-nav li.foot-hc-nav-lx-li p:nth-child(1){
	display:none;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a {
  margin-top: 15px;
  overflow:hidden;
  width:102px;
  margin:auto;
  margin-top: 10px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a {
  display: block;
  height: 26px;
  width: 26px;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1 {
  background: #62a8ea url(../images/foot-ico-1.png) center center no-repeat;
  background-size: 14px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2 {
  background: #83b944 url(../images/foot-ico-2.png) center center no-repeat;
  background-size: 15px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3 {
  background: #f96868 url(../images/foot-ico-3.png) center center no-repeat;
  background-size: 15px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
  margin-right: 0px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1:hover {
  opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2:hover {
    opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3:hover {
    opacity: 0.8;
}
.foot-hc-bq {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  line-height: 20px;
  width: 95%;
  margin: auto;
}
.foot-hc-bq a {
  color: #fff;
}
.foot-right {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  z-index: 999;
  opacity: 0.7;
  cursor: pointer;
  display: none;
  image-rendering: -webkit-optimize-contrast;
}
.foot-right:hover {
  opacity: 1;
}
/* 底部结束 */
.scroll{
    width:26px;
    height:26px;
    background:#fff;
    color:#fff;
    text-align:center;
    position:fixed;
    right:13px;
    bottom:50px;
    cursor:pointer;
    font-size:14px;
    border-radius: 5px;
	z-index: 99999999;
}
.scroll img{
    width:26px;
}

/* 分页banner开始 */
  .hc-banner{
    text-align: center;
	background:url(../images/gywm1s.jpg) center center no-repeat !important;
	background-size:100% !important;
	margin-top:-1px;
  }
  .hc-banner .hc-banner-title{
	padding-top: 6%;
  }
  .hc-banner .hc-banner-title h2{
    font-size: 17px;
    color: #fff;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
  }
  .hc-banner .hc-banner-title h2 span{
    width:60px;
    height:2px;
    background-color: #fff;
    display: block;
    margin-top:10px;
	display:none;
  }
  .hc-banner .hc-banner-title p{
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
/* 分页banner结束 */	
}

@media only screen and (max-width: 768px) and (min-width: 541px){
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "微软雅黑";
}
body{
	background:#fff;
}
li {
  list-style: none;
}
.clear{
  clear: both;
}
/* 头部开始 */
.index-head {
  background-color: #292b78;
  height: 63px;
}
.index-head .index-head-auto {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.head-nav-fixed {
  left: 0;
  width: 100%;
  z-index: 999999;
  top: 0;
}
.index-head .index-head-auto .head-logo {
  margin: 13px 0px 0px 15px;
  float: left;
}
.index-head .index-head-auto .head-logo img{
  width: 128px;
}
.mbnav{
	float: right;
    width: 23px;
    margin: 3.8% 3.8% 0 0;
    margin-top: 23px;
}
.index-head .index-head-auto .head-nav {
  height: auto;
  width: 100%;
  background: #292b78;
  position: absolute;
  top: 63px;
  z-index: 9999;
  clear: both;
  display: none;
}
.index-head .index-head-auto .head-nav a {
  width:94%;
  display:block;
  color: #fff;
  text-align:center;
  height:42px;
  line-height:42px;
  border-bottom: 1px solid #3c3e92;
  margin:auto;
}
.index-head-auto .head-nav a span {
  padding: 10px 0;
  font-size: 15px;
}
.index-head .index-head-auto .head-nav a:hover {
  color: #f4e666;
}
.index-head-auto .head-nav .active span {
  color: #f4e666;
}
.index-head-auto .head-nav .search {
  position: relative;
}
.index-head-auto .head-nav .search-img {
  display: none;
}
.index-head-auto .head-nav .search img {
  vertical-align: text-bottom;
}
.index-head-auto .head-nav .search .search-input {
  width: 245px;
  margin:auto;
  opacity: 1;
  height: 30px;
  overflow: hidden;
  transition: 0.3s;
  line-height: 30px;
  margin-top: 15px;
}
.index-head-auto .head-nav .search:hover .search-img {
  background-color: #f4e666;
}
.index-head-auto .head-nav .search:hover .search-input {
  opacity: 1;
  width: 250px;
  overflow: hidden;
}
.index-head-auto .head-nav .search .search-text {	
  width: 180px;
  height: 26px;
  padding: 0 8px;
  outline: none;
  border: 1px #f4e666 solid;
  line-height: 26px;
  font-size: 12px;
  float: left;
}
.index-head-auto .head-nav .search .search-submit {
  height: 28px;
  padding: 0 10px;
  background-color: #dbcb28;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  float: left;
}
/* 头部结束 */
.index-banner{
	overflow:hidden;
}
.mbbanner{
	width:100%;
}
.wkkbanner{
	background:none !important;
}
.swiper-button-nextb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/nextb.svg);
    right: 20px;
}
.swiper-button-prevb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/prevb.svg);
	left:20px !important;
}
.swiper-pagination-bullet{
	width:10px !important;
	height: 10px !important;
}
/* 公司简介开始 */
.index-about {
  padding: 30px 0;
  /* border:1px #000 solid; */
  height: auto;
}
.index-about .index-about-auto {
  width: 95%;
  margin: 0 auto;
  padding: 0px;
}
.about-head {
  text-align: center;
  margin-bottom: 30px;
}
.about-head h3 {
  font-size: 16px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  display:none;
}
.about-head h2 {
  font-size: 22px;
  color: #292b78;
  padding: 5px 0;
  position: relative;
}
.about-head h2 em{
	position: relative;
    background: #fff;
    padding: 0px 15px;
    z-index: 99;
    font-style: normal;
}
.titlep {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 35px;
    line-height: 25px;
}
.about-head h2::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 19px;
}
.about-head h2::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 50%;
  top: 19px;
}
.about-head h2 span {
  border: 2px #292b78 solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.about-head p {
  color: #666;
  font-size: 12px;
}
.index-about .index-about-auto .about-content {
  overflow:hidden;
  margin-bottom: 40px;
}
.index-about .index-about-auto .about-content-left {
	display:none;
}
.index-about .index-about-auto .about-content-left .img-box {
  width: 100%;
}
.index-about .index-about-auto .about-content-left img {
	max-width:100%;
}
.index-about .index-about-auto .about-content-right {
  width: 100%;
}
.index-about-auto .about-content-right .content-head h3 {
    display: none;
}
.index-about-auto .about-content-right .content-head h3 span {
  width: 90px;
  border-bottom: 2px #5f61bc solid;
  display: block;
  margin-top: 8px;
  display:none;
}
.index-about-auto .about-content-right .content-head h4 {
  display:none;
}
.index-about-auto .about-content-right .content-text {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  padding-top: 10px;
  padding-bottom: 25px;
  width: 96%;
  margin: auto;
}
.wow a {
  width: 155px;
  height: 35px;
  line-height: 35px;
  background-color: #5f61bc;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 14px;
  transition: .2s;
  margin: auto;
  border-radius: 50px;
}

.index-about .index-bottom {
  height: auto;
}
.index-about .index-bottom .index-bottom-content {
  width: 100%;
  background-color: #f8f8f8;
  padding: 25px 0px;
}
.index-about .index-bottom .index-bottom-content ul {
  height: auto;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.index-about .index-bottom .index-bottom-content ul li {
  width:50%;
  color: #999;
  font-size:12px;
  text-align:center;
  float: left;
  margin: 18px 0px;
}
.index-about .index-bottom .index-bottom-content ul li::before {
  content: "";
  width: 1px;
  height: 51px;
  background-color: #ccc;
  float:left;
  margin-top: 4px;
}
.index-about .index-bottom .index-bottom-content ul li:nth-child(odd)::before{
	display:none;
}
.index-about .index-bottom .index-bottom-content ul li span {
  display: block;
}
@font-face{
     font-family: 'hkyt'; 
     src: url('../fonts/hkyt.otf');
}
.index-about .index-bottom .index-bottom-content ul li em {
  font-size: 36px;
  color: #555;
  font-style: normal;
  font-family:"hkyt";
}
.index-about .index-bottom .index-bottom-content ul li b {
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}
/* 公司简介结束 */

/* 球馆展示开始 */
.index-qgzs {
  padding: 30px 0;
  margin-bottom:35px;
}
.index_qgzsdiv{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none
}
.index_qgzsce{
	width:93%;
	margin:0 auto;
	margin-top:38%;
}
.wkk_inhide{
	position: relative;
	z-index: 9999999;
	background: #fff;
	left: 95%;
	top: 20px;
	width: 30px;
	border-radius:50%;
	height: 30px;
}
.wkk_inhide img{
	width:30px;
}
.wkk_inhide:hover{
	background:#fff;
	cursor:pointer;
}
.index_qgzs{
	background:#fff;
}

.index_qgzs img{
	display:block;
	width:97%;
	margin:0 auto;
	border:6px solid #fff
}
.index_erweima{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none;
}
.index_erweima_auto{
	width: 225px;
    height: 264px;
    background: #fff;
    margin: auto;
    top: 25%;
    position: relative;
}
.index_erweima_content{
	width: 188px;
    margin: auto;
    display: block;
    padding-top: 3px;
}
.index_erweima_close{
	background: #292b78;
    color: #fff;
    width: 118px;
    height: 29px;
    margin: auto;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    border-radius: 2px;
	cursor:pointer
}
.index_erweima_note{
	font-size:13px;
	color:#666;
	text-align:center;
	margin-bottom:10px;
}
.index-qgzs .index-qgzs-auto {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.index-qgzs-auto .qgzs-content .content-nav {
  padding-bottom: 22px;
  overflow: hidden;
}
.index-qgzs-auto .qgzs-content .content-nav ul {
  justify-content: center;
}
.index-qgzs-auto .qgzs-content .content-nav ul li {
      width: 23.5%;
    text-align: center;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #666;
    background: #eee;
    margin-bottom: 2%;
    margin-right: 2%;
    cursor: pointer;
    float: left;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:nth-child(4){
	margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-nav ul li span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #b4b5df;
  vertical-align: middle;
  width: 0;
  transition: 0.4s;
  margin: 0 5px;
  display:none;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active span {
  width: 20px;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover span {
  width: 20px;
}
.index-qgzs-auto .qgzs-content .content-main {
  text-align: center;
}
.index-qgzs-auto .qgzs-content .content-main .product {
  width: 49%;
  height: auto;
  float:left;
  margin-right:2%;
  margin-bottom: 2%;
}
.index-qgzs-auto .qgzs-content .content-main .product:nth-child(2n) {
  margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-main .product img{
  width: 100%;
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov {
      display: none;
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov .main-hov-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.index-qgzs-auto .qgzs-content .content-main .product:hover .main-hov {
  transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.index-qgzs-auto
  .qgzs-content
  .content-main
  .product
  .main-hov
  .main-hov-wrap
  p {
  color: #fff;
  margin-top: 10px;
  font-size:14px;
}
.index-qgzs-auto .qgzs-content .content-main {
  display: none;
}
.index-qgzs .qgzs-gd {
  line-height: 40px;
  text-align: center;
  clear: both;
}
.index-qgzs .qgzs-gd a {
  color: #fff;
  background-color: #5f61bc;
  transition: .3s;
  width: 155px;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin: auto;
  margin-top: 25px;
  border-radius: 50px;
}
.index-qgzs .qgzs-gd a:hover{
    background:#292b78;
    color:#fff;
	transition: .3s;
}
/* 球馆展示结束 */

/* 培训课程开始 */
.index-pxkc {
  padding: 30px 0;
  height: auto;
  background: url(../images/pxkc-bgs.jpg) center center no-repeat;
  transition: 0.4s;
}
.index-pxkc .index-pxkc-auto {
  width: 100% ;
  margin: 0 auto;
  padding: 25px 0;
  overflow:hidden;
}
.white-head {
  text-align: center;
  width: 95%;
  margin: auto;
  margin-bottom: 50px;
}
.white-head h3 {
  font-size: 28px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.white-head h2 {
  font-size: 22px;
  color: #fff;
  padding: 5px 0;
  position: relative;
}
.white-head h2::before {
  content: "";
  width: 33%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 26px;
}
.white-head h2::after {
  content: "";
  width: 33%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 67%;
  top: 26px;
}
.white-head h2 span {
  border: 2px #fff solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.white-head p {
  color: #fff;
  font-size: 12px;
}
.index-pxkc .index-pxkc-auto .pxkc-content {
  width: 95%;
  background-color: #fff;
  margin:auto;
  overflow:hidden;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav {
  justify-content: center;
  width: 96%;
  margin: auto;
  height: auto;
  overflow: hidden;
  margin-top: 4px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso {
  width: 23.5%;
  height: 37px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  background-color: #5f61bc;
  cursor: pointer;
  margin-right:2%;
  margin-top:2%;
  float:left;
  font-size:14px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(4){
	margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(2) {
  background-color: #ffd200;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(3) {
  background-color: #7acb1b;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(4) {
  background-color: #05adeb;
  margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(5) {
  background-color: #f96868;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(6) {
  background-color: #5f61bc;

}

.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main {
  width: 93%;
  margin: 0 auto;
  margin-top: 22px;
  clear: both;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left {
  width: 100%;
  margin-bottom: 15px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p:before{
	content: "";
	width: 6px;
    height: 6px;
    background-color: #7579ce;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right{
    width:100%;
	margin-bottom: 15px;
	display: none;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right img{
	max-width:100%;
}
.wkkpxpre{
	left:83% !important;
	background-size: 81% !important;
	outline: none;
}
.wkkpxnex{
	background-size: 81% !important;
	outline: none;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h3 {
  color: #6267c7;
  font-size: 17px;
  line-height: 30px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h4 {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p span {
  width: 7px;
  height: 7px;
  background-color: #7579ce;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* 培训课程开始 */

/* 教练团队开始  */
.index-jltd {
  padding: 30px 0 0 0;
  width: 95%;
  margin: auto;
}
.index-jltd .smallimg{
	width:100%;
}
.index-jltd .index-jltd-auto {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}   
.index-jltd .index-jltd-auto .jltd-content .swiper-slide {
  position: relative;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov {
  background-color: rgb(58, 63, 134, 0.8);
  width: 243px;
  height: 236px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: auto;
  text-align: center;
  padding: 60px 20px;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  display:none;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov span {
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  width: 0;
  transition: 0.45s;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 20px 0;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov span {
  width: 50px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov .slide-but {
  width: 150px;
  background-color: #fff;
  padding: 7px 0;
  text-align: center;
  color: #3a3f86;
  margin: 0 auto;
  font-size:14px;
  font-weight: bold;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom {
  margin-top: 24px;
  text-align: center;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main {
  border: 1px #b2b2b2 solid;
  display: inline-block;
  width: 32px;
  padding: 5px 13px;
  vertical-align: middle;
  margin: 0 6px;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main span {
  width: 4px;
  height: 4px;
  background-color: #999;
  float: left;
  margin: 2px;
  margin-left: 4px;
}
.index-jltd
  .index-jltd-auto
  .jltd-content
  .but_bottom
  .but-main
  span:nth-child(3n) {
  margin-right: 0;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_left {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_right {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
/* 教练团队结束  */

/* 活动赛事开始 */
.index-hdss {
  padding: 30px 0;
  text-align: center;
  padding-bottom: 50px;
}
.index-hdss .index-hdss-auto {
  width: 95%;
  margin: 0 auto;
  padding: 0px 0 25px 0;
  overflow:hidden;
}
.index-hdss .index-hdss-auto .hdss-content {
	overflow: hidden;
	margin-top: 45px;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news {
  width: 96%;
  background-color: #fff;
  border-bottom:1px solid #eee;
  margin:auto;
  padding-bottom:8px;
  margin-bottom:16px;
  overflow:hidden;
}
.wkk-titlep{
	display:none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news a{
	display:block;
	overflow:hidden;
	width: 30%;
    float: right;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .hdss-main {
  position: relative;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news h4 a {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  text-align: left;
  width: 67%;
  float:left;
  line-height: 22px;
  margin-top: 3px;
}

.index-hdss .index-hdss-auto .hdss-content .hdss-news img{
  transition: all .36s ease;
  max-width:100%;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news p {
      font-size: 13px;
    color: #999;
    text-align: left;
    width: 67%;
    float: left;
    margin-top: 2%;
    line-height: 19px;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .main-bot a {
  display: none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news:hover .main-bot a {
  background-color: #5f61bc;
  color: #fff;
}
.index-hdss .hdss-but a {
    color: #fff;
    width: 155px;
    background-color: #5f61bc;
    transition: .3s;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: auto;
    font-size: 14px;
	border-radius: 50px;
}
.index-hdss .hdss-but a:hover{
    background:#292b78;
    color:#ffffff;
	transition: all .36s ease;
}
/* 活动赛事结束 */

/* 底部开始 */
.index-foot {
  height: auto;
  margin-top: 10px;
  background: url(../images/footbgs.jpg) center center no-repeat;
}
.index-foot .foot-title{
	display:none;
    color:#ffef5b;
    text-align: center;
    margin:0 auto;
    font-size:22px;
    padding-top:60px;
} 
.index-foot .foot-title span{
    font-size:30px;
    color:#ffef5b;
}
.index-foot .foot-title img{
    vertical-align:text-bottom;
    margin-bottom:-2px;
    margin-right:5px;
}
.index-foot .index-foot-auto{
    width:100%;
    margin:0 auto;
}
.foot-hc-nav {
  width: 100%;
  margin: auto;
  padding-top: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid #393c92;
}
.foot-hc-nav li {
  display:none;
}
.foot-hc-nav li.foot-hc-nav-ewm {
  display: block;
  margin: auto;
  width: 96%;
  text-align: center;
  margin-bottom: 10px;
}
.foot-hc-nav li.foot-hc-nav-ewm img{
	width:130px;
}
.foot-hc-nav li span {
  color: #ffef5b;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-bottom: 13px;
  display:none;
}
.foot-hc-nav li .wxgzh-p {
  color: #fff;
  margin-top: 2px;
  text-align:center;
  font-size:14px;
}
.foot-hc-nav li span a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.foot-hc-nav li .foot-hc-nav-ej {
  display: block;
}
.foot-hc-nav li .foot-hc-nav-ej a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-link-nr a:hover,
.foot-hc-nav li .foot-hc-nav-ej a:hover {
  color: #ffef5b;
}
.foot-hc-nav li span b {
  display: block;
  background-color: #ffef5b;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  width: 40px;
  height: 3px;
}
.foot-hc-nav li.foot-hc-nav-lx-li {
  display: block;
  width: 95%;
  margin: auto;
  text-align: center;
}
.foot-hc-nav li.foot-hc-nav-lx-li p {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-nav li.foot-hc-nav-lx-li p:nth-child(1){
	display:none;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a {
  margin-top: 15px;
  overflow:hidden;
  width:115px;
  margin:auto;
  margin-top: 10px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a {
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1 {
  background: #62a8ea url(../images/foot-ico-1.png) center center no-repeat;
  background-size: 15px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2 {
  background: #83b944 url(../images/foot-ico-2.png) center center no-repeat;
  background-size: 17px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3 {
  background: #f96868 url(../images/foot-ico-3.png) center center no-repeat;
  background-size: 17px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
  margin-right: 0px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1:hover {
  opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2:hover {
    opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3:hover {
    opacity: 0.8;
}
.foot-hc-bq {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  line-height: 24px;
  width: 95%;
  margin: auto;
}
.foot-hc-bq a {
  color: #fff;
}
.foot-right {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  z-index: 999;
  opacity: 0.7;
  cursor: pointer;
  display: none;
  image-rendering: -webkit-optimize-contrast;
}
.foot-right:hover {
  opacity: 1;
}
/* 底部结束 */
.scroll{
    width:32px;
    height:32px;
    background:#fff;
    color:#fff;
    text-align:center;
    position:fixed;
    right:30px;
    bottom:50px;
    cursor:pointer;
    font-size:14px;
    border-radius: 5px;
	z-index: 99999999;
}
.scroll img{
    width:32px;
}

/* 分页banner开始 */
  .hc-banner{
    text-align: center;
	background:url(../images/gywm1s.jpg) center center no-repeat !important;
	background-size:100% !important;
	margin-top:-1px;
  }
  .hc-banner .hc-banner-title{
	padding-top: 9%;
  }
  .hc-banner .hc-banner-title h2{
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
  }
  .hc-banner .hc-banner-title h2 span{
    width:60px;
    height:2px;
    background-color: #fff;
    display: block;
    margin-top:10px;
	display:none;
  }
  .hc-banner .hc-banner-title p{
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
/* 分页banner结束 */	
}

@media only screen and (max-width: 1024px) and (min-width: 769px){
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "微软雅黑";
}
body{
	background:#fff;
}
li {
  list-style: none;
}
.clear{
  clear: both;
}
/* 头部开始 */
.index-head {
  background-color: #292b78;
  height: 63px;
}
.index-head .index-head-auto {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.head-nav-fixed {
  left: 0;
  width: 100%;
  z-index: 999999;
  top: 0;
}
.index-head .index-head-auto .head-logo {
  margin: 13px 0px 0px 15px;
  float: left;
}
.index-head .index-head-auto .head-logo img{
  width: 128px;
}
.mbnav{
	float: right;
    width: 23px;
    margin: 3.8% 3.8% 0 0;
    margin-top: 23px;
}
.index-head .index-head-auto .head-nav {
  height: auto;
  width: 100%;
  background: #292b78;
  position: absolute;
  top: 63px;
  z-index: 9999;
  clear: both;
  display: none;
}
.index-head .index-head-auto .head-nav a {
  width:94%;
  display:block;
  color: #fff;
  text-align:center;
  height:42px;
  line-height:42px;
  border-bottom: 1px solid #3c3e92;
  margin:auto;
}
.index-head-auto .head-nav a span {
  padding: 10px 0;
  font-size: 15px;
}
.index-head .index-head-auto .head-nav a:hover {
  color: #f4e666;
}
.index-head-auto .head-nav .active span {
  color: #f4e666;
}
.index-head-auto .head-nav .search {
  position: relative;
}
.index-head-auto .head-nav .search-img {
  display: none;
}
.index-head-auto .head-nav .search img {
  vertical-align: text-bottom;
}
.index-head-auto .head-nav .search .search-input {
  width: 245px;
  margin:auto;
  opacity: 1;
  height: 30px;
  overflow: hidden;
  transition: 0.3s;
  line-height: 30px;
  margin-top: 15px;
}
.index-head-auto .head-nav .search:hover .search-img {
  background-color: #f4e666;
}
.index-head-auto .head-nav .search:hover .search-input {
  opacity: 1;
  width: 250px;
  overflow: hidden;
}
.index-head-auto .head-nav .search .search-text {	
  width: 180px;
  height: 26px;
  padding: 0 8px;
  outline: none;
  border: 1px #f4e666 solid;
  line-height: 26px;
  font-size: 12px;
  float: left;
}
.index-head-auto .head-nav .search .search-submit {
  height: 28px;
  padding: 0 10px;
  background-color: #dbcb28;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  float: left;
}
/* 头部结束 */
.index-banner{
	overflow:hidden;
}
.mbbanner{
	width:100%;
}
.wkkbanner{
	background:none !important;
}
.swiper-button-nextb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/nextb.svg);
    right: 20px;
}
.swiper-button-prevb{
	position: absolute;
    top: 50% !important;
    width: 27px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/prevb.svg);
	left:20px !important;
}
.swiper-pagination-bullet{
	width:10px !important;
	height: 10px !important;
}
/* 公司简介开始 */
.index-about {
  padding: 30px 0;
  /* border:1px #000 solid; */
  height: auto;
}
.index-about .index-about-auto {
  width: 95%;
  margin: 0 auto;
  padding: 0px;
}
.about-head {
  text-align: center;
  margin-bottom: 30px;
}
.about-head h3 {
  font-size: 16px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  display:none;
}
.about-head h2 {
  font-size: 22px;
  color: #292b78;
  padding: 5px 0;
  position: relative;
}
.about-head h2 em{
	position: relative;
    background: #fff;
    padding: 0px 15px;
    z-index: 99;
    font-style: normal;
}
.titlep {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 35px;
    line-height: 25px;
}
.about-head h2::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 19px;
}
.about-head h2::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 50%;
  top: 19px;
}
.about-head h2 span {
  border: 2px #292b78 solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.about-head p {
  color: #666;
  font-size: 12px;
}
.index-about .index-about-auto .about-content {
  overflow:hidden;
  margin-bottom: 40px;
}
.index-about .index-about-auto .about-content-left {
	display:none;
}
.index-about .index-about-auto .about-content-left .img-box {
  width: 100%;
}
.index-about .index-about-auto .about-content-left img {
	max-width:100%;
}
.index-about .index-about-auto .about-content-right {
  width: 100%;
}
.index-about-auto .about-content-right .content-head h3 {
    display: none;
}
.index-about-auto .about-content-right .content-head h3 span {
  width: 90px;
  border-bottom: 2px #5f61bc solid;
  display: block;
  margin-top: 8px;
  display:none;
}
.index-about-auto .about-content-right .content-head h4 {
  display:none;
}
.index-about-auto .about-content-right .content-text {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  padding-top: 10px;
  padding-bottom: 25px;
  width: 96%;
  margin: auto;
}
.wow a {
  width: 155px;
  height: 35px;
  line-height: 35px;
  background-color: #5f61bc;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 14px;
  transition: .2s;
  margin: auto;
  border-radius: 50px;
}
.index-about .index-bottom {
  height: 120px;
  background-color: #292b78;
  position: relative;
  margin-bottom: 90px;
}
.index-about .index-bottom .index-bottom-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 95%;
  height: 130px;
  top: 57px;
  background-color: #fff;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
}
.index-about .index-bottom .index-bottom-content ul {
  display: flex;
  height: 130px;
  justify-content: center;
  align-items: center;
}
.index-about .index-bottom .index-bottom-content ul li {
  width: 30%;
  position: relative;
  color: #999;
  font-size:13px;
  text-align:center;
}
.index-about .index-bottom .index-bottom-content ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 56px;
  right: 0;
  background-color: #ccc;
}
.index-about .index-bottom .index-bottom-content ul li span {
  display: block;
}
@font-face{
     font-family: 'hkyt'; 
     src: url('../fonts/hkyt.otf');
}
.index-about .index-bottom .index-bottom-content ul li em {
  font-size: 38px;
  color: #555;
  font-style: normal;
  font-family:"hkyt";
}
.index-about .index-bottom .index-bottom-content ul li b {
  font-size: 14px;
  font-weight: 500;
  vertical-align: top;
}
/* 公司简介结束 */

/* 球馆展示开始 */
.index-qgzs {
  padding: 30px 0;
  margin-bottom:35px;
}
.index_qgzsdiv{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none
}
.index_qgzsce{
	width:93%;
	margin:0 auto;
	margin-top:38%;
}
.wkk_inhide{
	position: relative;
	z-index: 9999999;
	background: #fff;
	left: 95%;
	top: 20px;
	width: 30px;
	border-radius:50%;
	height: 30px;
}
.wkk_inhide img{
	width:30px;
}
.wkk_inhide:hover{
	background:#fff;
	cursor:pointer;
}
.index_qgzs{
	background:#fff;
}

.index_qgzs img{
	display:block;
	width:97%;
	margin:0 auto;
	border:6px solid #fff
}
.index_erweima{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/zzcbj.png);
	z-index:999999999;
	height:100%;
	display:none;
}
.index_erweima_auto{
	width: 225px;
    height: 264px;
    background: #fff;
    margin: auto;
    top: 25%;
    position: relative;
}
.index_erweima_content{
	width: 188px;
    margin: auto;
    display: block;
    padding-top: 3px;
}
.index_erweima_close{
	background: #292b78;
    color: #fff;
    width: 118px;
    height: 29px;
    margin: auto;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    border-radius: 2px;
	cursor:pointer
}
.index_erweima_note{
	font-size:13px;
	color:#666;
	text-align:center;
	margin-bottom:10px;
}
.index-qgzs .index-qgzs-auto {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.index-qgzs-auto .qgzs-content .content-nav {
  padding-bottom: 22px;
  overflow: hidden;
}
.index-qgzs-auto .qgzs-content .content-nav ul {
  justify-content: center;
}
.index-qgzs-auto .qgzs-content .content-nav ul li {
      width: 23.5%;
    text-align: center;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #666;
    background: #eee;
    margin-bottom: 2%;
    margin-right: 2%;
    cursor: pointer;
    float: left;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:nth-child(4){
	margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-nav ul li span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #b4b5df;
  vertical-align: middle;
  width: 0;
  transition: 0.4s;
  margin: 0 5px;
  display:none;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active {
  background-color: #5f61bc;
  color: #fff;
}
.index-qgzs-auto .qgzs-content .content-nav ul #qgzs-active span {
  width: 20px;
}
.index-qgzs-auto .qgzs-content .content-nav ul li:hover span {
  width: 20px;
}
.index-qgzs-auto .qgzs-content .content-main {
  text-align: center;
}
.index-qgzs-auto .qgzs-content .content-main .product {
  width: 32%;
  height: auto;
  float:left;
  margin-right:2%;
  margin-bottom: 2%;
}
.index-qgzs-auto .qgzs-content .content-main .product:nth-child(3n) {
  margin-right: 0;
}
.index-qgzs-auto .qgzs-content .content-main .product img{
  width: 100%;
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov {
      display: none;
}
.index-qgzs-auto .qgzs-content .content-main .product .main-hov .main-hov-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.index-qgzs-auto .qgzs-content .content-main .product:hover .main-hov {
  transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.index-qgzs-auto
  .qgzs-content
  .content-main
  .product
  .main-hov
  .main-hov-wrap
  p {
  color: #fff;
  margin-top: 10px;
  font-size:14px;
}
.index-qgzs-auto .qgzs-content .content-main {
  display: none;
}
.index-qgzs .qgzs-gd {
  line-height: 40px;
  text-align: center;
  clear: both;
}
.index-qgzs .qgzs-gd a {
  color: #fff;
  background-color: #5f61bc;
  transition: .3s;
  width: 155px;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin: auto;
  margin-top: 25px;
  border-radius: 50px;
}
.index-qgzs .qgzs-gd a:hover{
    background:#292b78;
    color:#fff;
	transition: .3s;
}
/* 球馆展示结束 */

/* 培训课程开始 */
.index-pxkc {
  padding: 30px 0;
  height: auto;
  background: url(../images/pxkc-bgs.jpg) center center no-repeat;
  transition: 0.4s;
}
.index-pxkc .index-pxkc-auto {
  width: 100% ;
  margin: 0 auto;
  padding: 25px 0;
  overflow:hidden;
}
.white-head {
  text-align: center;
  width: 95%;
  margin: auto;
  margin-bottom: 50px;
}
.white-head h3 {
  font-size: 28px;
  opacity: 0.1;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.white-head h2 {
  font-size: 22px;
  color: #fff;
  padding: 5px 0;
  position: relative;
}
.white-head h2::before {
  content: "";
  width: 33%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 0;
  top: 26px;
}
.white-head h2::after {
  content: "";
  width: 33%;
  height: 1px;
  background-color: #f4f5f9;
  position: absolute;
  left: 67%;
  top: 26px;
}
.white-head h2 span {
  border: 2px #fff solid;
  width: 60px;
  display: block;
  margin: 7px auto;
  display:none;
}
.white-head p {
  color: #fff;
  font-size: 12px;
}
.index-pxkc .index-pxkc-auto .pxkc-content {
  width: 95%;
  background-color: #fff;
  margin:auto;
  overflow:hidden;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav {
  justify-content: center;
  width: 96%;
  margin: auto;
  height: auto;
  overflow: hidden;
  margin-top: 4px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso {
  width: 23.5%;
  height: 37px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  background-color: #5f61bc;
  cursor: pointer;
  margin-right:2%;
  margin-top:2%;
  float:left;
  font-size:14px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(4){
	margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-child(2) {
  background-color: #ffd200;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(3) {
  background-color: #7acb1b;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(4) {
  background-color: #05adeb;
  margin-right:0;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(5) {
  background-color: #f96868;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-nav .navso:nth-of-type(6) {
  background-color: #5f61bc;

}

.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main {
  width: 96%;
  margin: 0 auto;
  margin-top: 22px;
  clear: both;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left {
  width: 47%;
  margin-bottom: 15px;
  float:left;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p:before{
	content: "";
	width: 6px;
    height: 6px;
    background-color: #7579ce;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right{
    width: 50%;
    margin-bottom: 15px;
    float: right;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-right img{
	max-width:100%;
}
.wkkpxpre{
	left:83% !important;
	background-size: 81% !important;
	outline: none;
}
.wkkpxnex{
	background-size: 81% !important;
	outline: none;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h3 {
  color: #6267c7;
  font-size: 17px;
  line-height: 30px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left h4 {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p {
  font-size: 13.5px;
  color: #666;
  line-height: 30px;
}
.index-pxkc .index-pxkc-auto .pxkc-content .pxkc-main .main-left p span {
  width: 7px;
  height: 7px;
  background-color: #7579ce;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* 培训课程开始 */

/* 教练团队开始  */
.index-jltd {
  padding: 30px 0 0 0;
  width: 95%;
  margin: auto;
}
.index-jltd .smallimg{
	width:100%;
}
.index-jltd .index-jltd-auto {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}   
.index-jltd .index-jltd-auto .jltd-content .swiper-slide {
  position: relative;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov {
  background-color: rgb(58, 63, 134, 0.8);
  width: 243px;
  height: 236px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: auto;
  text-align: center;
  padding: 60px 20px;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  display:none
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov span {
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  width: 0;
  transition: 0.45s;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 20px 0;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide:hover .slide-hov span {
  width: 50px;
}
.index-jltd .index-jltd-auto .jltd-content .swiper-slide .slide-hov .slide-but {
  width: 150px;
  background-color: #fff;
  padding: 7px 0;
  text-align: center;
  color: #3a3f86;
  margin: 0 auto;
  font-size:14px;
  font-weight: bold;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom {
  margin-top: 24px;
  text-align: center;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main {
  border: 1px #b2b2b2 solid;
  display: inline-block;
  width: 32px;
  padding: 5px 13px;
  vertical-align: middle;
  margin: 0 6px;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but-main span {
  width: 4px;
  height: 4px;
  background-color: #999;
  float: left;
  margin: 2px;
  margin-left: 4px;
}
.index-jltd
  .index-jltd-auto
  .jltd-content
  .but_bottom
  .but-main
  span:nth-child(3n) {
  margin-right: 0;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_left {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
.index-jltd .index-jltd-auto .jltd-content .but_bottom .but_right {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
/* 教练团队结束  */

/* 活动赛事开始 */
.index-hdss {
  padding: 30px 0;
  text-align: center;
  padding-bottom: 50px;
}
.index-hdss .index-hdss-auto {
  width: 95%;
  margin: 0 auto;
  padding: 0px 0 25px 0;
  overflow:hidden;
}
.index-hdss .index-hdss-auto .hdss-content {
	overflow: hidden;
	margin-top: 45px;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news {
  width: 96%;
  background-color: #fff;
  border-bottom:1px solid #eee;
  margin:auto;
  padding-bottom:8px;
  margin-bottom:16px;
  overflow:hidden;
}
.wkk-titlep{
	display:none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news a{
	display:block;
	overflow:hidden;
	width: 20%;
    float: right;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .hdss-main {
  position: relative;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news h4 a {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  text-align: left;
  width: 67%;
  float:left;
  line-height: 22px;
  margin-top: 3px;
}

.index-hdss .index-hdss-auto .hdss-content .hdss-news img{
  transition: all .36s ease;
  max-width:100%;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news p {
      font-size: 13px;
    color: #999;
    text-align: left;
    width: 67%;
    float: left;
    margin-top: 2%;
    line-height: 19px;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news .main-bot a {
  display: none;
}
.index-hdss .index-hdss-auto .hdss-content .hdss-news:hover .main-bot a {
  background-color: #5f61bc;
  color: #fff;
}
.index-hdss .hdss-but a {
    color: #fff;
    width: 155px;
    background-color: #5f61bc;
    transition: .3s;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: auto;
    font-size: 14px;
	border-radius: 50px;
}
.index-hdss .hdss-but a:hover{
    background:#292b78;
    color:#ffffff;
	transition: all .36s ease;
}
/* 活动赛事结束 */

/* 底部开始 */
.index-foot {
  height: auto;
  margin-top: 10px;
  background: url(../images/footbgs.jpg) center center no-repeat;
}
.index-foot .foot-title{
	display:none;
    color:#ffef5b;
    text-align: center;
    margin:0 auto;
    font-size:22px;
    padding-top:60px;
} 
.index-foot .foot-title span{
    font-size:30px;
    color:#ffef5b;
}
.index-foot .foot-title img{
    vertical-align:text-bottom;
    margin-bottom:-2px;
    margin-right:5px;
}
.index-foot .index-foot-auto{
    width:100%;
    margin:0 auto;
}
.foot-hc-nav {
  width: 100%;
  margin: auto;
  padding-top: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid #393c92;
}
.foot-hc-nav li {
  display:none;
}
.foot-hc-nav li.foot-hc-nav-ewm {
  display: block;
  margin: auto;
  width: 96%;
  text-align: center;
  margin-bottom: 10px;
}
.foot-hc-nav li.foot-hc-nav-ewm img{
	width:130px;
}
.foot-hc-nav li span {
  color: #ffef5b;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-bottom: 13px;
  display:none;
}
.foot-hc-nav li .wxgzh-p {
  color: #fff;
  margin-top: 2px;
  text-align:center;
  font-size:14px;
}
.foot-hc-nav li span a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.foot-hc-nav li .foot-hc-nav-ej {
  display: block;
}
.foot-hc-nav li .foot-hc-nav-ej a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-link-nr a:hover,
.foot-hc-nav li .foot-hc-nav-ej a:hover {
  color: #ffef5b;
}
.foot-hc-nav li span b {
  display: block;
  background-color: #ffef5b;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  width: 40px;
  height: 3px;
}
.foot-hc-nav li.foot-hc-nav-lx-li {
  display: block;
  width: 95%;
  margin: auto;
  text-align: center;
}
.foot-hc-nav li.foot-hc-nav-lx-li p {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
}
.foot-hc-nav li.foot-hc-nav-lx-li p:nth-child(1){
	display:none;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a {
  margin-top: 15px;
  overflow:hidden;
  width:115px;
  margin:auto;
  margin-top: 10px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a {
  display: block;
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1 {
  background: #62a8ea url(../images/foot-ico-1.png) center center no-repeat;
  background-size: 15px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2 {
  background: #83b944 url(../images/foot-ico-2.png) center center no-repeat;
  background-size: 17px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3 {
  background: #f96868 url(../images/foot-ico-3.png) center center no-repeat;
  background-size: 17px;
  image-rendering: -webkit-optimize-contrast;
  opacity: 1;
  transition: .2s;
  margin-right: 0px;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-1:hover {
  opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-2:hover {
    opacity: 0.8;
}
.foot-hc-nav li.foot-hc-nav-lx-li .foot-hc-nav-lx-a a.foot-hc-nav-lx-a-3:hover {
    opacity: 0.8;
}
.foot-hc-bq {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  line-height: 24px;
  width: 95%;
  margin: auto;
}
.foot-hc-bq a {
  color: #fff;
}
.foot-right {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  z-index: 999;
  opacity: 0.7;
  cursor: pointer;
  display: none;
  image-rendering: -webkit-optimize-contrast;
}
.foot-right:hover {
  opacity: 1;
}
/* 底部结束 */
.scroll{
    width:32px;
    height:32px;
    background:#fff;
    color:#fff;
    text-align:center;
    position:fixed;
    right:30px;
    bottom:50px;
    cursor:pointer;
    font-size:14px;
    border-radius: 5px;
	z-index: 99999999;
}
.scroll img{
    width:32px;
}

/* 分页banner开始 */
  .hc-banner{
    text-align: center;
	background:url(../images/gywm1s.jpg) center center no-repeat !important;
	background-size:100% !important;
	margin-top:-1px;
  }
  .hc-banner .hc-banner-title{
	padding-top: 9%;
  }
  .hc-banner .hc-banner-title h2{
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
  }
  .hc-banner .hc-banner-title h2 span{
    width:60px;
    height:2px;
    background-color: #fff;
    display: block;
    margin-top:10px;
	display:none;
  }
  .hc-banner .hc-banner-title p{
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
/* 分页banner结束 */	
}


	@media only screen and (max-width: 1350px) and (min-width: 1199px){
	.index-head .index-head-auto{
		width:98%
	}
	.index-head .index-head-auto .head-nav a{
		    padding: 30px 10px;
	}
}